Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: extensions/common/feature_switch.cc

Issue 350943003: Support global keyboard commands on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698