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

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

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 #include "components/cloud_devices/cloud_device_description_consts.h"
6
7 namespace cloud_devices {
8
9 namespace json {
10
11 const char kVersion[] = "version";
12 const char kVersion10[] = "1.0";
13
14 const char kKeyDefault[] = "default";
15 const char kKeyIsDefault[] = "is_default";
16 const char kKeyOption[] = "option";
17
18 } // namespace json
19
20 } // namespace cloud_devices
OLDNEW
« no previous file with comments | « components/cloud_devices/cloud_device_description_consts.h ('k') | components/cloud_devices/cloud_devices_json_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698