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

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

Issue 2712373002: [Fix m57 branch merge from] Anchor the first run bubble off the location bar icon's ImageView. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6ee9451a393c5a9cc50c28a55f884e8f37b060f3..96f8f0a37d2795b63cbbc4417ad2259fe6823585 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -876,7 +876,7 @@ void LocationBarView::ShowFirstRunBubbleInternal() {
return;
Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
if (browser)
- FirstRunBubble::ShowBubble(browser, GetSecurityBubbleAnchorView());
+ FirstRunBubble::ShowBubble(browser, location_icon_view_->GetImageView());
#endif
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698