Chromium Code Reviews| 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..b048ecdba899a7b8bba505e150b4cd385c13da03 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,7 +4485,7 @@ |
| 'name': 'VariationsRestrictParameter', |
| 'type': 'string', |
| 'schema': { 'type': 'string' }, |
| - 'supported_on': ['chrome.*:27-', 'chrome_os:27-'], |
| + 'supported_on': ['chrome.*:27-'], |
| 'features': { |
| 'dynamic_refresh': True, |
| 'per_profile': False, |
| @@ -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': True, |
|
Mattias Nissler (ping if slow)
2013/04/17 17:36:50
You actually don't do dynamic_refresh as long as y
Mathieu
2013/04/17 20:04:58
Done.
|
| + '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. |