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": [ |