blob: 76c67f074c489d5e946eb0aa688d83eaff24b592 [file] [log] [blame]
[email protected]09cff78782014-04-20 22:04:481// 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.
4
5#ifndef COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_
6#define COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_
7
8namespace switches {
9
[email protected]09cff78782014-04-20 22:04:4810extern const char kCloudPrintURL[];
11extern const char kCloudPrintXmppEndpoint[];
[email protected]09cff78782014-04-20 22:04:4812
13} // namespace switches
14
15#endif // COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_SWITCHES_H_