| Index: chrome/common/extensions/api/file_browser_private.json
|
| diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
|
| index fb6588ad9355b0177937c66f7eb9f25be1dbea6a..6bd8be9fa94d166060cba1db51824ca63f19b8b8 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -1132,6 +1132,23 @@
|
| ]
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "installWebstoreItem",
|
| + "type": "function",
|
| + "description": "Requests to install a webstore item.",
|
| + "parameters": [
|
| + {
|
| + "name": "item_id",
|
| + "type": "string",
|
| + "description": "The id of the item to install."
|
| + },
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "parameters": []
|
| + }
|
| + ]
|
| }
|
| ],
|
| "events": [
|
|
|