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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Refactored Created 3 years, 9 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/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 196f4242a89a52043096808206388f69e533e884..a4035b627e91be1c03578b7800ab5f7c052a0f57 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1273,7 +1273,8 @@ void BrowserView::ShowWebsiteSettings(
const GURL& virtual_url,
const security_state::SecurityInfo& security_info) {
WebsiteSettingsPopupView::ShowPopup(
- GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile,
+ GetLocationBarView()->GetSecurityBubbleAnchorView(),
+ GetLocationBarView()->location_icon_view(), gfx::Rect(), profile,
web_contents, virtual_url, security_info);
}

Powered by Google App Engine
This is Rietveld 408576698