| Index: chrome/common/extensions/feature_switch.cc
|
| diff --git a/chrome/common/extensions/feature_switch.cc b/chrome/common/extensions/feature_switch.cc
|
| index 5556835c3ec46814929741316d01ab5b2f380175..cc3e9daa7dba84cd39fbdb8879e817aa19df5ddb 100644
|
| --- a/chrome/common/extensions/feature_switch.cc
|
| +++ b/chrome/common/extensions/feature_switch.cc
|
| @@ -31,7 +31,11 @@ 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,
|
| #if defined(OS_WIN)
|
|
|