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

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

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 | Annotate | Revision Log
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 "nodoc": "true", 8 "nodoc": "true",
9 "functions": [ 9 "functions": [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tts.json ('k') | chrome/common/extensions/docs/examples/api/debugger/live-headers/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698