OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "types", | 7 "namespace": "types", |
8 "description": "The <code>chrome.types</code> API contains type declarations for Chrome. Currently, this comprises only a prototype for giving other APIs ac cess to manage Chrome browser settings. This prototype is used, for example, for $ref:proxy.settings.", | 8 "description": "The <code>chrome.types</code> API contains type declarations for Chrome. Currently, this comprises only a prototype for giving other APIs ac cess to manage Chrome browser settings.", |
epeterson
2013/07/03 19:05:02
proxy.settings is linked to right after the intro-
not at google - send to devlin
2013/07/03 19:54:56
Hm. It would be nice to make the $ref work, and pr
epeterson
2013/07/09 20:51:18
Ok, I made the change in APIDataSource. It wasn't
| |
9 "types": [ | 9 "types": [ |
10 { | 10 { |
11 "id": "ChromeSetting", | 11 "id": "ChromeSetting", |
12 "type": "object", | 12 "type": "object", |
13 "js_module": "ChromeSetting", | 13 "js_module": "ChromeSetting", |
14 "customBindings": "ChromeSetting", | 14 "customBindings": "ChromeSetting", |
15 "description": "An interface which allows access to a Chrome browser set ting.", | 15 "description": "An interface which allows access to a Chrome browser set ting.", |
16 "functions": [ | 16 "functions": [ |
17 { | 17 { |
18 "name": "get", | 18 "name": "get", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
144 } | 144 } |
145 } | 145 } |
146 } | 146 } |
147 ] | 147 ] |
148 } | 148 } |
149 ] | 149 ] |
150 } | 150 } |
151 ] | 151 ] |
152 } | 152 } |
153 ] | 153 ] |
OLD | NEW |