diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/common/feature_switch.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc index 83a4107..e97f270 100644 --- a/extensions/common/feature_switch.cc +++ b/extensions/common/feature_switch.cc @@ -25,7 +25,11 @@ class CommonSwitches { FeatureSwitch::DEFAULT_DISABLED), global_commands( switches::kGlobalCommands, +#if defined(OS_CHROMEOS) FeatureSwitch::DEFAULT_DISABLED), +#else + FeatureSwitch::DEFAULT_ENABLED), +#endif prompt_for_external_extensions( NULL, #if defined(OS_WIN) |