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..c2435cbd1523e6898ddc5c4bc6b6e716f72f2429 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[] = ""; |
+ |
Noam Samuel
2014/05/16 22:21:39
This is empty.
Noam Samuel
2014/05/16 22:22:15
Fixed
|
// 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. |