Skip to content

Commit

Permalink
Merge pull request #20664 from brave/cr119-followup-disable-power-boo…
Browse files Browse the repository at this point in the history
…kmarks

Disable kPowerBookmarksSidePanel feature flag
  • Loading branch information
emerick committed Oct 25, 2023
1 parent 21deace commit 4caa81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&features::kOmniboxTriggerForNoStatePrefetch,
&features::kOmniboxTriggerForPrerender2,
&features::kPerformanceSettingsPreloadingSubpage,
&features::kPowerBookmarksSidePanel,
&features::kPrivacyGuide3,
#if BUILDFLAG(IS_ANDROID)
&features::kPrivacyGuideAndroidPostMVP,
Expand Down
3 changes: 2 additions & 1 deletion chromium_src/chrome/browser/ui/ui_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ namespace features {

OVERRIDE_FEATURE_DEFAULT_STATES({{
{kChromeLabs, base::FEATURE_DISABLED_BY_DEFAULT},
{kExtensionsMenuInAppMenu, base::FEATURE_DISABLED_BY_DEFAULT},
#if !BUILDFLAG(IS_ANDROID)
{kHaTSWebUI, base::FEATURE_DISABLED_BY_DEFAULT},
#endif
{kPowerBookmarksSidePanel, base::FEATURE_DISABLED_BY_DEFAULT},
{kTabHoverCardImages, base::FEATURE_DISABLED_BY_DEFAULT},
{kExtensionsMenuInAppMenu, base::FEATURE_DISABLED_BY_DEFAULT},
}});

} // namespace features

0 comments on commit 4caa81a

Please sign in to comment.