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 a2cbbbe733709e5a2f77e9139b2991e360eebf81..232a2228475e0a684c3422a51b6d5685df6edc82 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
| @@ -853,7 +853,7 @@ void LocationBarView::ShowFirstRunBubbleInternal() { |
| return; |
| Browser* browser = chrome::FindBrowserWithWebContents(web_contents); |
| if (browser) |
| - FirstRunBubble::ShowBubble(browser, location_icon_view_); |
| + FirstRunBubble::ShowBubble(browser, location_icon_view_->GetImageView()); |
|
Peter Kasting
2017/02/23 22:06:03
It seems like this should just call GetSecurityBub
tapted
2017/02/23 23:19:48
Done.
I had debated this and couldn't decide :).
|
| #endif |
| } |