| Index: components/cloud_devices/cloud_device_description_consts.h
|
| diff --git a/components/cloud_devices/cloud_device_description_consts.h b/components/cloud_devices/cloud_device_description_consts.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77443c9619b14c1b939ebccb5e48ac817e2bd59b
|
| --- /dev/null
|
| +++ b/components/cloud_devices/cloud_device_description_consts.h
|
| @@ -0,0 +1,25 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
|
| +#define COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
|
| +
|
| +// Constants for common parts of JSON representation of CDD/CJT.
|
| +
|
| +namespace cloud_devices {
|
| +
|
| +namespace json {
|
| +
|
| +extern const char kVersion[];
|
| +extern const char kVersion10[];
|
| +
|
| +extern const char kKeyDefault[];
|
| +extern const char kKeyIsDefault[];
|
| +extern const char kKeyOption[];
|
| +
|
| +} // namespace json
|
| +
|
| +} // namespace cloud_devices
|
| +
|
| +#endif // COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
|
|
|