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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android "
3 android:accountType="org.chromium.test.DummySpnegoAuthent icator"
4 android:label="DummySpengoAuthenticator"
5 android:icon="@mipmap/app_icon"
6 android:smallIcon="@mipmap/app_icon"
7 android:customTokens="true"
8 android:accountPreferences="@xml/dummy_spnego_account_pre ferences"/>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698