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 9dec4fdffa3e012437aad461b50401999b61b069..9101526d188590026de8a73d62b7c21aae202853 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -117,7 +117,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: 241 |
| +# For your editing convenience: highest ID currently used: 242 |
|
bartfab (slow)
2013/09/11 16:44:09
If this CL is about removing obsolete code, why do
Mattias Nissler (ping if slow)
2013/09/12 12:49:12
Ha, that's actually the change that prompted this
|
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -3721,6 +3721,24 @@ |
| The recognized connection type identifiers are "ethernet", "wifi", "wimax", "bluetooth" and "cellular".''', |
| }, |
| { |
| + 'name': 'DeviceUpdateHttpDownloadsEnabled', |
| + 'type': 'main', |
| + 'schema': { |
| + 'type': 'boolean', |
| + }, |
| + 'supported_on': ['chrome_os:29-'], |
| + 'device_only': True, |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + }, |
| + 'example_value': True, |
| + 'id': 242, |
| + 'caption': '''Allow autoupdate downloads via HTTP''', |
| + 'desc': '''Auto-update payloads on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can be downloaded via HTTP instead of HTTPS. This allowes transparent HTTP caching of HTTP downloads. |
| + |
| + If this policy is set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will attempt to download auto-update payloads via HTTP. If the policy is set to false or not set, HTTPS will be used for downloading auto-update payloads.''', |
| + }, |
| + { |
| 'name': 'DeviceLocalAccounts', |
| 'type': 'list', |
| 'schema': { |