Chromium Code Reviews| 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_); |