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

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: Fix final nits Created 4 years, 4 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 | « components/components_tests.gyp ('k') | components/supervised_user_error_page.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 06c30b05359da6d6c14ecef963917642e825e0b6..1a3c36c9f5f642f0589c8ffb48c6cbc22bf8f82c 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: 340
+# For your editing convenience: highest ID currently used: 341
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -8831,6 +8831,21 @@
If the policy is not set, or if it is set to the empty string or an invalid port range, WebRTC is allowed to use any available local UDP port.''',
},
+ {
+ 'name': 'WebRestrictionsAuthority',
+ 'id': 341,
+ 'type': 'string',
+ 'schema' : { 'type': 'string' },
+ 'tags': ['filtering'],
+ 'supported_on': ['webview_android:54-'],
+ 'caption': '''Set an external source of URL restrictions''',
+ 'desc' : '''When this policy is set to a non-empty string the 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.
« no previous file with comments | « components/components_tests.gyp ('k') | components/supervised_user_error_page.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698