Added support for additional popup-blocking policies on Android.

This platform also supports PopupsAllowedForUrls and PopupsBlockedForUrls.
If these policies are enabled on the template then they'll be loaded by the
cloud policy provider.

BUG=341493

Review URL: https://codereview.chromium.org/169443003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252043 0039d316-1c4b-4281-b951-d872f2087c98
parent fe8c59c8
...@@ -2562,6 +2562,7 @@ ...@@ -2562,6 +2562,7 @@
'chrome.*:11-', 'chrome.*:11-',
'chrome_os:11-', 'chrome_os:11-',
'ios:34-', 'ios:34-',
'android:34-',
], ],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
...@@ -2585,6 +2586,7 @@ ...@@ -2585,6 +2586,7 @@
'chrome.*:11-', 'chrome.*:11-',
'chrome_os:11-', 'chrome_os:11-',
'ios:34-', 'ios:34-',
'android:34-',
], ],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment