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":"webstorePrivate", | 7 "namespace":"webstorePrivate", |
8 "nodoc": "true", | 8 "description": "none", |
9 "functions": [ | 9 "functions": [ |
10 { | 10 { |
11 "name": "install", | 11 "name": "install", |
12 "nocompile": true, | 12 "nocompile": true, |
13 "description": "Installs the extension corresponding to the given id", | 13 "description": "Installs the extension corresponding to the given id", |
14 "parameters": [ | 14 "parameters": [ |
15 { | 15 { |
16 "name": "expected_id", | 16 "name": "expected_id", |
17 "type": "string", | 17 "type": "string", |
18 "description": "The id of the extension to install." | 18 "description": "The id of the extension to install." |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "optional": "false", | 235 "optional": "false", |
236 "parameters": [ | 236 "parameters": [ |
237 { "name": "is_enabled", "type": "boolean" } | 237 { "name": "is_enabled", "type": "boolean" } |
238 ] | 238 ] |
239 } | 239 } |
240 ] | 240 ] |
241 } | 241 } |
242 ] | 242 ] |
243 } | 243 } |
244 ] | 244 ] |
OLD | NEW |