Index: extensions/common/feature_switch.cc |
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc |
index 121dceb25ce89b7efb04f8e5cdde4e4dd52a1ada..1a1e53460e0b3753d30a127a2e6c0d0a10df73d3 100644 |
--- a/extensions/common/feature_switch.cc |
+++ b/extensions/common/feature_switch.cc |
@@ -25,11 +25,7 @@ class CommonSwitches { |
FeatureSwitch::DEFAULT_DISABLED), |
global_commands( |
switches::kGlobalCommands, |
-#if defined(OS_CHROMEOS) |
- FeatureSwitch::DEFAULT_DISABLED), |
-#else |
FeatureSwitch::DEFAULT_ENABLED), |
-#endif |
Finnur
2014/06/26 10:37:35
Actually, there's no point in keeping this around
David Tseng
2014/06/27 00:49:11
I wasn't sure if it was needed to (sometimes) disa
|
prompt_for_external_extensions( |
NULL, |
#if defined(OS_WIN) |