OLD | NEW |
1 // Copyright (c) 2012 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 [ | 1 [ |
6 { | 2 { |
7 "namespace": "chromeosInfoPrivate", | 3 "namespace": "chromeosInfoPrivate", |
8 "nodoc": "true", | 4 "nodoc": "true", |
9 "functions": [ | 5 "functions": [ |
10 { | 6 { |
11 "name": "get", | 7 "name": "get", |
12 "description": "Fetches customization values for the given property name
s. See property names in the declaration of the returned dictionary.", | 8 "description": "Fetches customization values for the given property name
s. See property names in the declaration of the returned dictionary.", |
13 "type": "function", | 9 "type": "function", |
14 "parameters": [ | 10 "parameters": [ |
(...skipping 17 matching lines...) Expand all Loading... |
32 "initialLocale" : {"type": "string", "optional": "true", "desc
ription": "Initial locale for the device"} | 28 "initialLocale" : {"type": "string", "optional": "true", "desc
ription": "Initial locale for the device"} |
33 } | 29 } |
34 } | 30 } |
35 ] | 31 ] |
36 } | 32 } |
37 ] | 33 ] |
38 } | 34 } |
39 ] | 35 ] |
40 } | 36 } |
41 ] | 37 ] |
OLD | NEW |