Allow the externalfile scheme to be whitelisted as an allowed scheme for component...
[chromium-blink-merge.git] / components / cloud_devices / common / cloud_device_description_consts.h
blob77443c9619b14c1b939ebccb5e48ac817e2bd59b
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 #ifndef COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
6 #define COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
8 // Constants for common parts of JSON representation of CDD/CJT.
10 namespace cloud_devices {
12 namespace json {
14 extern const char kVersion[];
15 extern const char kVersion10[];
17 extern const char kKeyDefault[];
18 extern const char kKeyIsDefault[];
19 extern const char kKeyOption[];
21 } // namespace json
23 } // namespace cloud_devices
25 #endif // COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_