Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index 1a3c36c9f5f642f0589c8ffb48c6cbc22bf8f82c..a8a61bb4b6495be193af1330920b7021372122a0 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: 341 |
+# For your editing convenience: highest ID currently used: 342 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -8846,6 +8846,32 @@ |
}, |
'example_value': 'com.android.chrome.SupervisedUserProvider' |
}, |
+ { |
+ 'name': 'ComponentUpdates', |
+ 'type': 'group', |
+ 'caption': '''Configure component update options.''', |
+ 'desc': '''These policies affect the behavior of the component updater in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
+ 'policies': [ |
+ { |
+ 'name': 'EnabledComponentUpdates', |
Thiemo Nagel
2016/08/19 10:38:29
Please move "Enabled" to the end of the name to be
Sorin Jianu
2016/08/19 20:08:47
Changed the name to match the style.
We struggled
|
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:54-', 'chrome_os:54-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'id': 342, |
+ 'caption': '''Enables component updates in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
+ 'tags': [], |
+ 'desc': '''Enables component updates for all components in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> when not set or set to True. |
+ |
+ If set to False, then updates for binary components are disabled. Binary components include plugins and components containing executable code. |
+ The updates for some components can't be disabled. These components are considered non-binary and they usually contain only data and no code.''', |
Thiemo Nagel
2016/08/19 10:38:29
"some components" sounds as if we were trying to h
waffles
2016/08/19 16:42:03
I recommend that we instead drop every occurrence
Sorin Jianu
2016/08/19 20:08:47
Done.
|
+ }, |
+ ], |
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |