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

Unified Diff: extensions/common/feature_switch.cc

Issue 197783005: Enable the Commands API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 6 years, 9 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
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/commands.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/feature_switch.cc
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc
index 83a4107003f94a58333deb6e7e76d3e26a2c6dc3..e97f270fe904abc52e7608ca22be70141ca2fec1 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)
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/commands.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698