Chromium Code Reviews| Index: chrome/common/extensions/api/echo_private.json |
| diff --git a/chrome/common/extensions/api/echo_private.json b/chrome/common/extensions/api/echo_private.json |
| index 980c7c0796a1aecc33e29d052e2cdb29db713c7d..61a7c3339d73edd90fb1a0163765bc1b9338a1d3 100644 |
| --- a/chrome/common/extensions/api/echo_private.json |
| +++ b/chrome/common/extensions/api/echo_private.json |
| @@ -49,6 +49,24 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "allowRedeemOffers", |
| + "description": "Check if device policy allows users to redeem offers.", |
| + "type": "function", |
| + "parameters": [ |
| + { |
| + "name": "callback", |
| + "type": "function", |
| + "parameters": [ |
| + { |
| + "name": "result", |
| + "type": "boolean", |
| + "description" : "true if allowed to redeem offers." |
| + } |
| + ] |
| + } |
| + ] |
| } |
| ] |
| } |