10529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch// Copyright 2014 The Chromium Authors. All rights reserved.
20529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch// Use of this source code is governed by a BSD-style license that can be
30529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch// found in the LICENSE file.
40529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
50529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch#ifndef COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_
60529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch#define COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_
70529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
80529e5d033099cbfc42635f6f6183833b09dff6eBen Murdochnamespace switches {
90529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
10cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)extern const char kEnableCloudDevices[];
110529e5d033099cbfc42635f6f6183833b09dff6eBen Murdochextern const char kCloudPrintURL[];
120529e5d033099cbfc42635f6f6183833b09dff6eBen Murdochextern const char kCloudPrintXmppEndpoint[];
130529e5d033099cbfc42635f6f6183833b09dff6eBen Murdochextern const char kCloudDevicesURL[];
140529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
150529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch}  // namespace switches
160529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
170529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch#endif  // COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_
18