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

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

Issue 1368373002: Add policy templates for URL filtering on WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add webview_android to the supported product names Created 5 years, 1 month 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 | no next file » | 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 b9c578cbe3e76439419dd29d3ae7bf414db9f72b..ef935c1188fa28e8f65315c3f9c3367c0b312c39 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -87,7 +87,7 @@
# numbers can be any string that does not contain ':' or '-' characters.
#
# Currently supported product names:
-# 'chrome_frame', 'chrome_os', 'android', 'ios',
+# 'chrome_frame', 'chrome_os', 'android', 'ios', 'webview_android',
# 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*'
# For example if 'chrome.*:5-10' is specified for a policy, then it should
# be read as:
@@ -4161,6 +4161,7 @@
'chrome.*:15-',
'chrome_os:15-',
'android:30-',
+ 'webview_android:47-',
'ios:34-',
],
'features': {
@@ -4198,6 +4199,7 @@
'chrome.*:15-',
'chrome_os:15-',
'android:30-',
+ 'webview_android:47-',
'ios:34-',
],
'features': {
@@ -8027,6 +8029,10 @@
'desc': '''Caption text of the field 'android restriction name' in the summary chart of a policy in the generated documentation''',
'text': '''Android restriction name:'''
},
+ 'doc_android_webview_restriction_name': {
+ 'desc': '''Caption text of the field 'android webview restriction name' in the summary chart of a policy in the generated documentation''',
+ 'text': '''Android WebView restriction name:'''
+ },
'doc_supported_on': {
'desc': '''Caption text of the list of 'products, platforms and versions where this policy is supported' in the summary chart of a policy in the generated documentation''',
'text': '''Supported on:'''
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698