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..e955cd07ccee6053d9653a1ae44fe8a3ff27216e 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 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -3667,6 +3667,20 @@ |
| <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices automatically check for updates when this setting is not configured or set to False.''', |
| }, |
| { |
| + 'name': 'DeviceAutoUpdateP2PEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_os:31-'], |
| + 'device_only': True, |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + }, |
| + 'example_value': False, |
| + 'id': 242, |
| + 'caption': '''Auto update p2p enabled''', |
| + 'desc': '''Specifies whether p2p is to be used for OS update payloads. If set to True, devices will share and consume update payloads on the LAN, potentially reducing Internet bandwidth usage and congestion.''', |
|
Joao da Silva
2013/09/11 18:48:00
Please document the default behavior, and the beha
zeuthen
2013/09/11 19:07:20
Correct. I'm also adding "If the update payload is
|
| + }, |
| + { |
| 'name': 'DeviceTargetVersionPrefix', |
| 'type': 'string', |
| 'schema': { 'type': 'string' }, |