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..973386d0bba1b0955462654854b43fd36cdda634 100644 |
| --- a/chrome/common/extensions/api/echo_private.json |
| +++ b/chrome/common/extensions/api/echo_private.json |
| @@ -49,6 +49,24 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "checkAllowRedeemOffers", |
| + "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." |
| + } |
| + ] |
| + } |
| + ] |
| } |
| ] |
| } |