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

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

Issue 733463003: Show user credentials chooser bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with trunk Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm
index 2a978bbb1129a0e09828104b41fe6ca9d718769a..372fbdcd228af4f609448d0840f771feb17b67aa 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm
@@ -87,7 +87,7 @@ using namespace password_manager::mac::ui;
// It should be at least as wide as the box without the padding.
passwordItem_.reset([[ManagePasswordItemViewController alloc]
initWithModel:model_
- passwordForm:model_->pending_credentials()
+ passwordForm:model_->pending_password()
position:password_manager::ui::FIRST_ITEM]);
NSView* password = [passwordItem_ view];
[self.view addSubview:password];

Powered by Google App Engine
This is Rietveld 408576698