Skip to content

Commit

Permalink
Merge pull request #4502 from brave/maxk-disable-kVideoPlaybackQualit…
Browse files Browse the repository at this point in the history
…y-1.4.x

C80 followup: disables kVideoPlaybackQuality feature (1.4.x).
  • Loading branch information
kjozwiak authored Feb 5, 2020
2 parents 0460008 + 6e01ec1 commit ee42b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
features::kLookalikeUrlNavigationSuggestionsUI.name,
features::kNotificationTriggers.name,
features::kSmsReceiver.name,
features::kVideoPlaybackQuality.name,
features::kWebXr.name,
features::kWebXrGamepadModule.name,
};
Expand Down
1 change: 1 addition & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&features::kAudioServiceOutOfProcess,
&features::kNotificationTriggers,
&features::kSmsReceiver,
&features::kVideoPlaybackQuality,
&features::kWebXr,
&features::kWebXrGamepadModule,
&features::kLookalikeUrlNavigationSuggestionsUI,
Expand Down

0 comments on commit ee42b0f

Please sign in to comment.