Skip to content

Commit

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

C80 followup: disables kVideoPlaybackQuality feature (1.3.x).
  • Loading branch information
kjozwiak authored Feb 5, 2020
2 parents 98bcf63 + e584e1a commit 007dce9
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 007dce9

Please sign in to comment.