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

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm

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/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm
index d38d38c4e1344534f1ea70cfef2aa3f92ce0dc59..fdd9a77f67faae08bf1499af7ca7145fded56928 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.mm
@@ -51,7 +51,7 @@ const int kAutoSigninToastTimeoutSeconds = 3;
credentialView_.reset([[CredentialItemView alloc]
initWithPasswordForm:model->pending_password()
credentialType:password_manager::CredentialType::
- CREDENTIAL_TYPE_LOCAL
+ CREDENTIAL_TYPE_PASSWORD
style:password_manager_mac::CredentialItemStyle::
AUTO_SIGNIN
delegate:self]);

Powered by Google App Engine
This is Rietveld 408576698