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 "description": "none", | 8 "description": "none", |
9 "functions": [ | 9 "functions": [ |
10 { | 10 { |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "description": "The extension id of the app to launch." | 300 "description": "The extension id of the app to launch." |
301 }, | 301 }, |
302 { | 302 { |
303 "name": "callback", | 303 "name": "callback", |
304 "type": "function", | 304 "type": "function", |
305 "optional": true, | 305 "optional": true, |
306 "parameters": [ | 306 "parameters": [ |
307 { | 307 { |
308 "name": "result", | 308 "name": "result", |
309 "type": "string", | 309 "type": "string", |
310 "enum": ["success", "user_gesture_required", "unknown_error", "f
eature_disabled", "unsupported_extension_type", "missing_dependencies", "install
_error", "user_cancelled", "invalid_id", "blacklisted", "blocked_by_policy", "in
stall_in_progress"], | 310 "enum": ["success", "user_gesture_required", "unknown_error", "f
eature_disabled", "unsupported_extension_type", "missing_dependencies", "install
_error", "user_cancelled", "invalid_id", "blacklisted", "blocked_by_policy", "in
stall_in_progress", "launch_in_progress"], |
311 "description": "Whether an attempt to launch an app succeeded, o
r the reason for failure." | 311 "description": "Whether an attempt to launch an app succeeded, o
r the reason for failure." |
312 } | 312 } |
313 ] | 313 ] |
314 } | 314 } |
315 ] | 315 ] |
316 } | 316 } |
317 ] | 317 ] |
318 } | 318 } |
319 ] | 319 ] |
OLD | NEW |