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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.cc

Issue 246393004: Password bubble: Introduce a command to open the bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The bigger picture. Created 6 years, 8 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/views/location_bar/location_bar_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
index 1116bb1ba74676a4b64d6cdf636378e798b2a6e8..826d6d99ae4952d790a358793c309c2ec1e9b615 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -388,7 +388,8 @@ void LocationBarView::Init() {
open_pdf_in_reader_view_ = new OpenPDFInReaderView();
AddChildView(open_pdf_in_reader_view_);
- manage_passwords_icon_view_ = new ManagePasswordsIconView(delegate_);
+ manage_passwords_icon_view_ =
+ new ManagePasswordsIconView(delegate_, command_updater());
manage_passwords_icon_view_->SetState(ManagePasswordsIcon::INACTIVE_STATE);
Peter Kasting 2014/04/25 22:12:02 Nit: This line doesn't seem necessary
Mike West 2014/04/28 10:52:56 Done.
AddChildView(manage_passwords_icon_view_);

Powered by Google App Engine
This is Rietveld 408576698