| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index b1ea37a29ee1f73df85907abd008cc44f5b82456..ae95943e44d35c50de55107d5d58bb0dafff31b0 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: 198
|
| +# For your editing convenience: highest ID currently used: 199
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -4485,9 +4485,9 @@
|
| 'name': 'VariationsRestrictParameter',
|
| 'type': 'string',
|
| 'schema': { 'type': 'string' },
|
| - 'supported_on': ['chrome.*:27-', 'chrome_os:27-'],
|
| + 'supported_on': ['chrome.*:27-'],
|
| 'features': {
|
| - 'dynamic_refresh': True,
|
| + 'dynamic_refresh': False,
|
| 'per_profile': False,
|
| },
|
| 'example_value': 'restricted',
|
| @@ -4500,6 +4500,26 @@
|
|
|
| If not specified, will not modify the Variations seed URL.''',
|
| },
|
| + {
|
| + 'name': 'DeviceVariationsRestrictParameter',
|
| + 'type': 'string',
|
| + 'schema': { 'type': 'string' },
|
| + 'supported_on': ['chrome_os:28-'],
|
| + 'features': {
|
| + 'dynamic_refresh': False,
|
| + 'per_profile': False,
|
| + },
|
| + 'device_only': True,
|
| + 'example_value': 'restricted',
|
| + 'id': 199,
|
| + 'future': True,
|
| + 'caption': '''Set the restriction on the fetching of the Variations seed''',
|
| + 'desc': '''Add a parameter to the fetching of the Variations seed in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
|
| +
|
| + If specified, will add a query parameter called 'restrict' to the URL used to fetch the Variations seed. The value of the parameter will be the value specified in this policy.
|
| +
|
| + If not specified, will not modify the Variations seed URL.''',
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|