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

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_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_account_chooser_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.mm
index ad9a21cd6b5b4440cb166c82a03b21041d364a03..1e4dec58f196840af1fb9f50f24ad92048732dcc 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.mm
@@ -224,7 +224,7 @@
base::scoped_nsobject<CredentialItemView> item([[CredentialItemView alloc]
initWithPasswordForm:*form
credentialType:password_manager::CredentialType::
- CREDENTIAL_TYPE_LOCAL
+ CREDENTIAL_TYPE_PASSWORD
style:password_manager_mac::CredentialItemStyle::
ACCOUNT_CHOOSER
delegate:delegate]);

Powered by Google App Engine
This is Rietveld 408576698