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

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

Issue 1431473004: Add Kerberos support to webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActivitylessNegoAuth
Patch Set: Document the new supported policies 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 | « android_webview/test/shell/AndroidManifest.xml ('k') | 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 046a437df9b718b180091d29b056033149f12154..d9eabc05263407a5b99f7231b2a12947b758b9d4 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1854,7 +1854,7 @@
'name': 'AuthServerWhitelist',
'type': 'string',
'schema': { 'type': 'string' },
- 'supported_on': ['chrome.*:9-','android:46-'],
+ 'supported_on': ['chrome.*:9-','android:46-','webview_android:49-'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
@@ -1909,7 +1909,7 @@
'name': 'AuthAndroidNegotiateAccountType',
'type': 'string',
'schema': { 'type': 'string' },
- 'supported_on': ['android:46-'],
+ 'supported_on': ['android:46-','webview_android:49-'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
« no previous file with comments | « android_webview/test/shell/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698