Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: extensions/common/feature_switch.cc

Issue 1761913003: [Extensions] Default-enable the toolbar redesign on trunk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/feature_switch.cc
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc
index ca73db0ed3f24c26897e16ada64ec6bd5b2ef771..0b522b5f2dfa1f0b151e92b83b5fe1cce5596892 100644
--- a/extensions/common/feature_switch.cc
+++ b/extensions/common/feature_switch.cc
@@ -52,7 +52,7 @@ class CommonSwitches {
FeatureSwitch::DEFAULT_DISABLED),
extension_action_redesign(switches::kExtensionActionRedesign,
kExtensionActionRedesignExperiment,
- FeatureSwitch::DEFAULT_DISABLED),
+ FeatureSwitch::DEFAULT_ENABLED),
extension_action_redesign_override(switches::kExtensionActionRedesign,
FeatureSwitch::DEFAULT_ENABLED),
scripts_require_action(switches::kScriptsRequireAction,
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698