Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / components / cloud_devices / common / cloud_devices_switches.cc
bloba65f910af9606699631121ea09c334c376f7d453
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
3 // found in the LICENSE file.
5 #include "components/cloud_devices/common/cloud_devices_switches.h"
7 namespace switches {
9 // Enable Google Cloud Devices code.
10 const char kEnableCloudDevices[] = "enable-cloud-devices";
12 // The URL of the cloud print service to use, overrides any value stored in
13 // preferences, and the default. Only used if the cloud print service has been
14 // enabled. Used for testing.
15 const char kCloudPrintURL[] = "cloud-print-url";
17 // The XMPP endpoint the cloud print service will use. Only used if the cloud
18 // print service has been enabled. Used for testing.
19 const char kCloudPrintXmppEndpoint[] = "cloud-print-xmpp-endpoint";
21 // The URL of the cloud devices service to use.
22 const char kCloudDevicesURL[] = "cloud-devices-url";
24 } // namespace switches