Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / components / cloud_devices / common / cloud_devices_switches.cc
blob83667fa6ba36acfd6caa051af904aae06e93e6cc
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 // 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
11 // enabled. Used for testing.
12 const char kCloudPrintURL[] = "cloud-print-url";
14 // The XMPP endpoint the cloud print service will use. Only used if the cloud
15 // print service has been enabled. Used for testing.
16 const char kCloudPrintXmppEndpoint[] = "cloud-print-xmpp-endpoint";
18 // The URL of the cloud devices service to use.
19 const char kCloudDevicesURL[] = "cloud-devices-url";
21 } // namespace switches