| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 0ca4808cf4e77bfb87682859eb371a4b70883e0a..2267e1c5bcc248d9b575ec55dd1635ae9eb23968 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -4005,29 +4005,6 @@
|
| ]
|
| },
|
| {
|
| - "name": "install",
|
| - "description": "(FOR INTERNAL USE ONLY)",
|
| - "nodoc": true,
|
| - "parameters": [
|
| - {
|
| - "name": "expected_id",
|
| - "type": "string",
|
| - "description": "The id we expect the crx at |url| to have."
|
| - },
|
| - {
|
| - "name": "url",
|
| - "type": "string",
|
| - "description": "The url to fetch the crx from."
|
| - },
|
| - {
|
| - "name": "callback",
|
| - "type": "function",
|
| - "optional": "true",
|
| - "parameters": []
|
| - }
|
| - ]
|
| - },
|
| - {
|
| "name": "uninstall",
|
| "description": "Uninstall a currently installed app or extension.",
|
| "parameters": [
|
| @@ -4078,6 +4055,23 @@
|
| "nodoc": "true",
|
| "functions": [
|
| {
|
| + "name": "install",
|
| + "description": "Installs the extension corresponding to the given id",
|
| + "parameters": [
|
| + {
|
| + "name": "expected_id",
|
| + "type": "string",
|
| + "description": "The id of the extension to install."
|
| + },
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "optional": "true",
|
| + "parameters": []
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "name": "getSyncLogin",
|
| "description": "Returns the logged-in sync user login if there is one, or the empty string otherwise.",
|
| "parameters": [
|
|
|