| Index: chrome/common/extensions/feature_switch.cc
|
| ===================================================================
|
| --- chrome/common/extensions/feature_switch.cc (revision 170508)
|
| +++ chrome/common/extensions/feature_switch.cc (working copy)
|
| @@ -31,7 +31,11 @@
|
| 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)
|
|
|