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

Side by Side Diff: tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml

Issue 1416443003: [tool] SpnegoAuth: add multi account, credential confirmation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments: Refactor AccountData, get rid of statics 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 unified diff | Download patch
OLDNEW
1 <resources> 1 <resources>
2 <string name="app_name">SpnegoAuthenticator</string> 2 <string name="app_name">SpnegoAuthenticator</string>
3 <string name="action_sign_in_1">Sign In Account 1</string>
4 <string name="action_sign_in_2">Sign In Account 2</string>
5 <string name="action_confirm_credentials">Confirm Credentials</string>
6 <string name="title_activity_account_authenticator">Spnego Authenticator Sig n In</string>
3 <string name="account_type">org.chromium.tools.SpnegoAuthenticator</string> 7 <string name="account_type">org.chromium.tools.SpnegoAuthenticator</string>
4 </resources> 8 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698