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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
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_
« 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