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

Unified Diff: components/cloud_devices/common/cloud_devices_switches.cc

Issue 292593002: Experimental flag to enable Google Cloud Devices features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fri 05/16/2014 15:24:06.02 Created 6 years, 7 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 | « components/cloud_devices/common/cloud_devices_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices/common/cloud_devices_switches.cc
diff --git a/components/cloud_devices/common/cloud_devices_switches.cc b/components/cloud_devices/common/cloud_devices_switches.cc
index 83667fa6ba36acfd6caa051af904aae06e93e6cc..a65f910af9606699631121ea09c334c376f7d453 100644
--- a/components/cloud_devices/common/cloud_devices_switches.cc
+++ b/components/cloud_devices/common/cloud_devices_switches.cc
@@ -6,6 +6,9 @@
namespace switches {
+// Enable Google Cloud Devices code.
+const char kEnableCloudDevices[] = "enable-cloud-devices";
+
// The URL of the cloud print service to use, overrides any value stored in
// preferences, and the default. Only used if the cloud print service has been
// enabled. Used for testing.
« no previous file with comments | « components/cloud_devices/common/cloud_devices_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698