Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index 31b61a4e20c238a657ee234c674df610a9f66256..b26d4c7b7f508a270854bd206e982f36f34fd8b1 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: 325 |
+# For your editing convenience: highest ID currently used: 327 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -8459,6 +8459,21 @@ |
If SystemTimezone policy is set, it overrides this policy. In this case automatic timezone detection is completely disabled.''', |
}, |
+ { |
+ 'name': 'WebRestrictionsAuthority', |
+ 'id': 327, |
+ 'type': 'string', |
+ 'schema' : { 'type': 'string' }, |
+ 'tags': [], |
+ 'supported_on': ['webview_android:52-'], |
+ 'caption': '''Set an external source of URL restrictions''', |
+ 'desc' : '''When this policy is set to a non-empty string the browser or WebView will read URL restrictions from the content provider with the given authority name.''', |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': 'com.android.chrome.SupervisedUserProvider' |
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |