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

Unified Diff: chrome/browser/ui/android/infobars/account_chooser_infobar.cc

Issue 1162583003: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drop
Patch Set: Fix. Created 5 years, 7 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: chrome/browser/ui/android/infobars/account_chooser_infobar.cc
diff --git a/chrome/browser/ui/android/infobars/account_chooser_infobar.cc b/chrome/browser/ui/android/infobars/account_chooser_infobar.cc
index b93083cea43be510878b606395eaa5c4b90504fe..761d5bbf8d6830327331cb7334203cec214c6b5f 100644
--- a/chrome/browser/ui/android/infobars/account_chooser_infobar.cc
+++ b/chrome/browser/ui/android/infobars/account_chooser_infobar.cc
@@ -107,7 +107,7 @@ AccountChooserInfoBar::CreateRenderInfoBar(JNIEnv* env) {
CreateNativeCredentialArray(env, credential_array_size);
AddElementsToJavaCredentialArray(
env, java_credentials_array, GetDelegate()->local_credentials_forms(),
- password_manager::CredentialType::CREDENTIAL_TYPE_LOCAL);
+ password_manager::CredentialType::CREDENTIAL_TYPE_PASSWORD);
AddElementsToJavaCredentialArray(
env, java_credentials_array, GetDelegate()->federated_credentials_forms(),
password_manager::CredentialType::CREDENTIAL_TYPE_FEDERATED,

Powered by Google App Engine
This is Rietveld 408576698