| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 4c1fa136ffef71ead999715d8d8bd58970887d00..e1b31a2870ea042ca52984082060effa41689ed9 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -112,7 +112,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 171
|
| +# For your editing convenience: highest ID currently used: 172
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -3874,6 +3874,24 @@
|
|
|
| The policy value should be specified in milliseconds. Values are clamped to a range of 30 seconds to 24 hours.''',
|
| },
|
| + {
|
| + 'name': 'DeviceAllowRedeemChromeOsRegistrationOffers',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:26-'],
|
| + 'device_only': True,
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + },
|
| + 'example_value': True,
|
| + 'id': 172,
|
| + 'caption': '''Allow users to redeem offers through Chrome OS Registration.''',
|
| + 'desc': '''IT admins for enterprise devices can use this flag to controll whether to allow users to redeem offers through Chrome OS Registration.
|
| +
|
| + If this policy is set to true or left not set, users will be able to redeem offers through Chrome OS Registration.
|
| +
|
| + If this policy is set to false, user will not be able to redeem offers.''',
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|