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

Unified Diff: components/policy/resources/policy_templates.json

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d3fcba6a358d9227f48b04c1ad7fad0940038395..107a301393ea8ba56405998e8e26756286fa1ed1 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:
@@ -8463,6 +8463,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.

Powered by Google App Engine
This is Rietveld 408576698