| 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 "nodoc": "true", |
| 9 "functions": [ | 9 "functions": [ |
| 10 { | 10 { |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "localizedName": { | 49 "localizedName": { |
| 50 "type": "string", | 50 "type": "string", |
| 51 "description": "A string to use instead of the raw value of th
e 'name' key from manifest.json." | 51 "description": "A string to use instead of the raw value of th
e 'name' key from manifest.json." |
| 52 } | 52 } |
| 53 } | 53 } |
| 54 } | 54 } |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "name": "callback", | 57 "name": "callback", |
| 58 "type": "function", | 58 "type": "function", |
| 59 "description": "Called when the install process completes. Upon fail
ures, chrome.extension.lastError will be set to 'user_canceled' or 'unknown_erro
r'.", | 59 "description": "Called when the install process completes. Upon fail
ures, chrome.runtime.lastError will be set to 'user_canceled' or 'unknown_error'
.", |
| 60 "optional": "true", | 60 "optional": "true", |
| 61 "parameters": [] | 61 "parameters": [] |
| 62 } | 62 } |
| 63 ] | 63 ] |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "name": "beginInstallWithManifest3", | 66 "name": "beginInstallWithManifest3", |
| 67 "description": "Initiates the install process for the given extension.", | 67 "description": "Initiates the install process for the given extension.", |
| 68 "parameters": [ | 68 "parameters": [ |
| 69 { | 69 { |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "type": "string", | 230 "type": "string", |
| 231 "enum": ["webgl_allowed", "webgl_blocked"] | 231 "enum": ["webgl_allowed", "webgl_blocked"] |
| 232 } | 232 } |
| 233 ] | 233 ] |
| 234 } | 234 } |
| 235 ] | 235 ] |
| 236 } | 236 } |
| 237 ] | 237 ] |
| 238 } | 238 } |
| 239 ] | 239 ] |
| OLD | NEW |