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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 23672033: ChromeOS: Add p2p_enabled field to AutoUpdateSettingsProto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated patch Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' },
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698