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

Unified Diff: net/android/unittest_support/res/xml/dummy_spnego_authenticator.xml

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cbentzel@'s nits Created 5 years, 5 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
Index: net/android/unittest_support/res/xml/dummy_spnego_authenticator.xml
diff --git a/net/android/unittest_support/res/xml/dummy_spnego_authenticator.xml b/net/android/unittest_support/res/xml/dummy_spnego_authenticator.xml
new file mode 100644
index 0000000000000000000000000000000000000000..aab1b93b6e44624cefce25b500dab992e5c81123
--- /dev/null
+++ b/net/android/unittest_support/res/xml/dummy_spnego_authenticator.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:accountType="org.chromium.test.DummySpnegoAuthenticator"
+ android:label="DummySpengoAuthenticator"
+ android:icon="@mipmap/app_icon"
+ android:smallIcon="@mipmap/app_icon"
+ android:customTokens="true"
+ android:accountPreferences="@xml/dummy_spnego_account_preferences"/>

Powered by Google App Engine
This is Rietveld 408576698