| 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 "types": [ | 8 "types": [ |
| 9 { | 9 { |
| 10 "id": "ChromeSetting", | 10 "id": "ChromeSetting", |
| 11 "type": "object", | 11 "type": "object", |
| 12 "js_module": "ChromeSetting", |
| 12 "customBindings": "ChromeSetting", | 13 "customBindings": "ChromeSetting", |
| 13 "description": "An interface which allows access to a Chrome browser set
ting.", | 14 "description": "An interface which allows access to a Chrome browser set
ting.", |
| 14 "functions": [ | 15 "functions": [ |
| 15 { | 16 { |
| 16 "name": "get", | 17 "name": "get", |
| 17 "type": "function", | 18 "type": "function", |
| 18 "description": "Gets the value of a setting.", | 19 "description": "Gets the value of a setting.", |
| 19 "parameters": [ | 20 "parameters": [ |
| 20 { | 21 { |
| 21 "name": "details", | 22 "name": "details", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 } | 143 } |
| 143 } | 144 } |
| 144 } | 145 } |
| 145 ] | 146 ] |
| 146 } | 147 } |
| 147 ] | 148 ] |
| 148 } | 149 } |
| 149 ] | 150 ] |
| 150 } | 151 } |
| 151 ] | 152 ] |
| OLD | NEW |