Commit 0ae4fdf8 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Extensions] Flip ExtensionSettingsOverriddenDialogs to default enabled

Bug: 1084281
Change-Id: I9086434a4f95f820da89c998ee9a652741398b82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358908
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Reviewed-by: default avatarPeter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799451}
parent da8118a6
...@@ -13,8 +13,10 @@ const base::Feature kEvDetailsInPageInfo{"EvDetailsInPageInfo", ...@@ -13,8 +13,10 @@ const base::Feature kEvDetailsInPageInfo{"EvDetailsInPageInfo",
#if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(ENABLE_EXTENSIONS)
// Enables using dialogs (instead of bubbles) for the post-install UI when an // Enables using dialogs (instead of bubbles) for the post-install UI when an
// extension overrides a setting. // extension overrides a setting.
// TODO(devlin): Remove this feature in M88, since this launched as part of
// https://crbug.com/1084281.
const base::Feature kExtensionSettingsOverriddenDialogs{ const base::Feature kExtensionSettingsOverriddenDialogs{
"ExtensionSettingsOverriddenDialogs", base::FEATURE_DISABLED_BY_DEFAULT}; "ExtensionSettingsOverriddenDialogs", base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
// Enables an extension menu in the toolbar. See https://crbug.com/943702 // Enables an extension menu in the toolbar. See https://crbug.com/943702
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment