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

Unified Diff: chrome/browser/ui/views/browser_dialogs_views_mac.cc

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Fixed tests and added comments Created 3 years, 8 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 b86f9855455ff0bbbefed5f277199b94b42f1bb6..efb383d8193e32753d41ec9467df1b71ab4f5e6c 100644
--- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
+++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
@@ -39,9 +39,9 @@ void ShowPageInfoBubbleViewsAtPoint(
return;
}
- PageInfoBubbleView::ShowBubble(nullptr, gfx::Rect(anchor_point, gfx::Size()),
- profile, web_contents, virtual_url,
- security_info);
+ PageInfoBubbleView::ShowBubble(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