Chromium Code Reviews| Index: components/policy/resources/policy_templates.json |
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
| index 2eb824f8e2ef75652906ab1d40f8ab87c81e54f2..b3b3b6db34d679ca6811f9486c1c9b3e12ed9d9b 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: 324 |
| +# For your editing convenience: highest ID currently used: 325 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -8374,6 +8374,33 @@ |
| 'tags': ['system-security'], |
| 'id': 324, |
| }, |
| + { |
| + 'name': 'DeviceQuirksDownloadEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_os:51-'], |
| + 'device_only': True, |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + }, |
| + 'example_value': True, |
| + 'id': 325, |
| + 'default_for_enterprise_users': False, |
| + '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 |
|
Andrew T Wilson (Slow)
2016/04/04 08:23:33
I don't think this statement is true - when you se
Greg Levin
2016/04/04 16:46:32
That did the trick, thanks!! The line was removed
|
| + <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> 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. |