Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1687)

Unified Diff: chrome/app/policy/policy_templates.json

Issue 14329002: Chrome OS device policy for Variations Restrict Parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proto name change to avoid conflict Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698