Skip to content

Commit

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

C80 followup: disables kVideoPlaybackQuality feature (1.5.x).
  • Loading branch information
kjozwiak authored Feb 5, 2020
2 parents b234f62 + 2647ba9 commit 5ca9655
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 @@ -166,6 +166,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,
#if defined(OS_ANDROID)
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 5ca9655

Please sign in to comment.