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

Unified Diff: chrome/common/extensions/api/webstorePrivate.json

Issue 9959079: Remove chrome.webstorePrivate.silentlyInstall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/webstorePrivate.json
diff --git a/chrome/common/extensions/api/webstorePrivate.json b/chrome/common/extensions/api/webstorePrivate.json
index 64db63cf51d4acc278ec4c58c19e865879ba032e..c128edc1d9244c92f467362d17fe2f5138ae2243 100644
--- a/chrome/common/extensions/api/webstorePrivate.json
+++ b/chrome/common/extensions/api/webstorePrivate.json
@@ -143,36 +143,6 @@
]
},
{
- "name": "silentlyInstall",
- "description": "Silently installs the specified extension, which must already be whitelisted in Chrome.",
- "parameters": [
- {
- "name": "details",
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "description": "The id of the extension to be installled.",
- "minLength": 32,
- "maxLength": 32
- },
- "manifest": {
- "type": "string",
- "description": "A string with the contents of the extension's manifest.json file. During the install process, the browser will check that the downloaded extension's manifest matches what was passed in here.",
- "minLength": 1
- }
- }
- },
- {
- "name": "callback",
- "type": "function",
- "description": "Called when the extension installation has completed. chrome.extension.lastError may be set if the extension install failed.",
- "optional": "true",
- "parameters": []
- }
- ]
- },
- {
"name": "getBrowserLogin",
"description": "Returns the logged-in sync user login if there is one, or the empty string otherwise.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698