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

Unified Diff: components/policy/resources/policy_templates.json

Issue 1775023002: Enterprise policy to prevent queries to the Quirks Server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First round of reviews Created 4 years, 9 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
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..bde8d7917c865900831282450f724df1244360e2 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': 'DeviceQuirksDownloadEnabled',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome_os:51-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ },
Greg Levin 2016/03/14 17:29:47 ... when I removed 'per_profile', the presubmit ch
Thiemo Nagel 2016/03/23 14:53:24 I think once you add "'device_only': True" after s
Greg Levin 2016/03/24 23:21:39 Done.
+ 'example_value': True,
+ 'id': 319,
+ 'caption': '''Enable queries to Quirks Server for hardware profiles''',
+ 'tags': [],
+ 'desc':
+ '''The Quirks Server provides hardware-specific configuration files, like
+ icc display profiles to adjust monitor calibration.
+
+ When this policy is set to false, the device will not attempt to
+ contact the Quirks Server to download configuration files.
+
+ If this policy is true or not configured then enterprise-enrolled devices
+ will automatically contact the Quirks Server and download configuration
+ files, if available, and store them on the device. Such files might, for
+ example, be used to improve display quality of attached monitors.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698