| Index: chrome/common/extensions/api/webstore_private.json
|
| diff --git a/chrome/common/extensions/api/webstore_private.json b/chrome/common/extensions/api/webstore_private.json
|
| index 0296e3db36d9c65f6120628589e9750c805a66f1..7c50ed9b5c107bd79a42dbb912b3589ba8b046d7 100644
|
| --- a/chrome/common/extensions/api/webstore_private.json
|
| +++ b/chrome/common/extensions/api/webstore_private.json
|
| @@ -317,6 +317,25 @@
|
| ]
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "isPendingCustodianApproval",
|
| + "description": "Checks if an extension installed on a Supervised User profile is pending custodian approval.",
|
| + "parameters": [
|
| + {
|
| + "name": "id",
|
| + "type": "string",
|
| + "description": "The extension id of the extension to be checked."
|
| + },
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "optional": false,
|
| + "parameters": [
|
| + { "name": "is_pending_approval", "type": "boolean" }
|
| + ]
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|