Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index a628c92e51fca1210f40ab12fc49d0f9d0a2b8c1..1d400247941cc79531503334bf5f2fcec7188b35 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -137,7 +137,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: 318 |
+# For your editing convenience: highest ID currently used: 319 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -8220,7 +8220,31 @@ |
solely to specify force-installation of the apps. |
If this policy is left not set, no apps are installed automatically.''' |
- } |
+ }, |
+ { |
+ 'name': 'QuirksClientEnabled', |
Thiemo Nagel
2016/03/08 20:07:58
This should be a device policy, thus please prefix
Greg Levin
2016/03/14 17:29:47
How about DeviceQuirksDownloadEnabled? As noted i
Thiemo Nagel
2016/03/23 14:53:23
SGTM.
|
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome_os:51-'], |
+ 'features': { |
+ 'dynamic_refresh': True, |
Greg Levin
2016/03/14 17:29:47
http://www.chromium.org/developers/how-tos/enterpr
Thiemo Nagel
2016/03/23 14:53:23
Absolutely.
|
+ 'per_profile': False, |
Thiemo Nagel
2016/03/08 20:07:58
Please drop per_profile since it doesn't apply to
Greg Levin
2016/03/14 17:29:47
Done, but...
|
+ }, |
+ 'example_value': True, |
+ 'id': 319, |
+ 'default_for_enterprise_users': True, |
Thiemo Nagel
2016/03/08 20:07:58
This is only for cases where the enterprise defaul
Greg Levin
2016/03/14 17:29:47
Done.
|
+ 'caption': '''Enable queries to Quirks Server''', |
Thiemo Nagel
2016/03/08 20:07:58
Quirks --> Display Quirks
Greg Levin
2016/03/14 17:29:46
Avoiding "display", but added a little more info.
|
+ 'tags': [], |
+ 'desc': |
+ '''When this policy is set to false, the device will not attempt to |
Thiemo Nagel
2016/03/08 20:07:58
I'd start out with one sentence explaining what di
Greg Levin
2016/03/14 17:29:47
Updated text.
|
+ contact the Quirks Server to download display profile calibration data. |
+ Downloaded data will be stored on the device, and improves display quality |
+ of affected monitors. |
+ |
+ If this policy is true or not configured then enterprise-enrolled devices |
+ will automatically contact the Quirks Server and download display |
+ calibration data, if available.''', |
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |