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

Unified Diff: chrome/browser/ui/views/browser_dialogs_views_mac.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/browser_dialogs_views_mac.cc
diff --git a/chrome/browser/ui/views/browser_dialogs_views_mac.cc b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
index 984f41cefa4ea83cccb9c8345731fe628118fc63..6f19557977d45a1c2e1b0e01e69324527742abcc 100644
--- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
+++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
@@ -40,8 +40,8 @@ void ShowWebsiteSettingsBubbleViewsAtPoint(
}
WebsiteSettingsPopupView::ShowPopup(
- nullptr, gfx::Rect(anchor_point, gfx::Size()), profile, web_contents,
- virtual_url, security_info);
+ nullptr, nullptr, gfx::Rect(anchor_point, gfx::Size()), profile,
+ web_contents, virtual_url, security_info);
}
void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,

Powered by Google App Engine
This is Rietveld 408576698