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.cc
blob9429870e35accb6fa6caae83028e38d88b8d8d83
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 #include "components/cloud_devices/common/cloud_device_description_consts.h"
7 namespace cloud_devices {
9 namespace json {
11 const char kVersion[] = "version";
12 const char kVersion10[] = "1.0";
14 const char kKeyDefault[] = "default";
15 const char kKeyIsDefault[] = "is_default";
16 const char kKeyOption[] = "option";
18 } // namespace json
20 } // namespace cloud_devices