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..5e588a8186f4fa94e36b350c88698c78198f9583 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, GetSecurityBubbleAnchorView()); |
|
Peter Kasting
2017/02/24 01:55:54
(Still wondering if maybe this should be renamed t
tapted
2017/02/24 02:01:24
If it's OK, I might defer the rename.. Someone mig
Peter Kasting
2017/02/24 02:05:16
Ha! I'm pretty sure THIS one, at least, I know ho
|
| #endif |
| } |