Skip to content

Commit

Permalink
Re-enable kVideoPlaybackQuality to fix webcompat issue
Browse files Browse the repository at this point in the history
Fixes brave/brave-browser#13183

Manual revert of #4479
  • Loading branch information
bsclifton committed Dec 15, 2020
1 parent 7ea9a8c commit a459208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/brave_main_delegate.cc
Expand Up @@ -224,7 +224,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
features::kPrivacySettingsRedesign.name,
features::kSignedExchangeSubresourcePrefetch.name,
features::kTabHoverCards.name,
features::kVideoPlaybackQuality.name,
features::kWebOTP.name,
network_time::kNetworkTimeServiceQuerying.name,
password_manager::features::kPasswordCheck.name,
Expand Down
1 change: 0 additions & 1 deletion app/brave_main_delegate_browsertest.cc
Expand Up @@ -70,7 +70,6 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&features::kPrivacySettingsRedesign,
&features::kSignedExchangeSubresourcePrefetch,
&features::kTabHoverCards,
&features::kVideoPlaybackQuality,
&features::kWebOTP,
&network_time::kNetworkTimeServiceQuerying,
&password_manager::features::kPasswordCheck,
Expand Down

0 comments on commit a459208

Please sign in to comment.