Chromium Code Reviews| 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..2aba13a1be71b1c7c59cf3238e2cc3bf5d24fb56 100644 |
| --- a/chrome/common/extensions/api/webstore_private.json |
| +++ b/chrome/common/extensions/api/webstore_private.json |
| @@ -317,6 +317,25 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "isExtensionPendingCustodianApproval", |
|
asargent_no_longer_on_chrome
2016/06/29 20:50:52
optional naming suggestion: "isPendingCustodianApp
mamir
2016/06/30 10:09:37
Done.
|
| + "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" } |
| + ] |
| + } |
| + ] |
| } |
| ] |
| } |