| 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:'''
|
|
|