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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/cloud_devices/common/cloud_devices_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/cloud_devices/common/cloud_devices_switches.h" 5 #include "components/cloud_devices/common/cloud_devices_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // Enable Google Cloud Devices code.
10 const char kEnableCloudDevices[] = "enable-cloud-devices";
11
9 // The URL of the cloud print service to use, overrides any value stored in 12 // The URL of the cloud print service to use, overrides any value stored in
10 // preferences, and the default. Only used if the cloud print service has been 13 // preferences, and the default. Only used if the cloud print service has been
11 // enabled. Used for testing. 14 // enabled. Used for testing.
12 const char kCloudPrintURL[] = "cloud-print-url"; 15 const char kCloudPrintURL[] = "cloud-print-url";
13 16
14 // The XMPP endpoint the cloud print service will use. Only used if the cloud 17 // The XMPP endpoint the cloud print service will use. Only used if the cloud
15 // print service has been enabled. Used for testing. 18 // print service has been enabled. Used for testing.
16 const char kCloudPrintXmppEndpoint[] = "cloud-print-xmpp-endpoint"; 19 const char kCloudPrintXmppEndpoint[] = "cloud-print-xmpp-endpoint";
17 20
18 // The URL of the cloud devices service to use. 21 // The URL of the cloud devices service to use.
19 const char kCloudDevicesURL[] = "cloud-devices-url"; 22 const char kCloudDevicesURL[] = "cloud-devices-url";
20 23
21 } // namespace switches 24 } // namespace switches
OLDNEW
« 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