Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: chrome/common/extensions/api/webstore_private.json

Issue 389613006: Prevent duplicate concurrent installs of the same extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed update of webstore_result Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698