Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: components/cloud_devices/cloud_device_description_consts.h

Issue 150993002: Reading, writing of CDD and CJT JSON formats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
4
5 #ifndef COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
6 #define COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
7
8 // Constants for common parts of JSON representation of CDD/CJT.
9
10 namespace cloud_devices {
11
12 namespace json {
13
14 extern const char kVersion[];
15 extern const char kVersion10[];
16
17 extern const char kKeyDefault[];
18 extern const char kKeyIsDefault[];
19 extern const char kKeyOption[];
20
21 } // namespace json
22
23 } // namespace cloud_devices
24
25 #endif // COMPONENTS_CLOUD_DEVICESCLOUD_DEVICE_DESCRIPTION_CONSTS_H_
OLDNEW
« no previous file with comments | « components/cloud_devices/cloud_device_description.cc ('k') | components/cloud_devices/cloud_device_description_consts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698