diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/feature_switch.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/feature_switch.cc b/chrome/common/extensions/feature_switch.cc index 6ed8ed5..7a7a1d2 100644 --- a/chrome/common/extensions/feature_switch.cc +++ b/chrome/common/extensions/feature_switch.cc @@ -31,11 +31,7 @@ class CommonSwitches { FeatureSwitch::DEFAULT_DISABLED), script_bubble( switches::kScriptBubble, -#if !defined(OS_MACOSX) FeatureSwitch::DEFAULT_ENABLED), -#else - FeatureSwitch::DEFAULT_DISABLED), -#endif sideload_wipeout( switches::kSideloadWipeout, base::FieldTrialList::FindFullName("SideloadWipeout") == "Enabled" ? |