| 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 71d024f29eda106b73282e804e822817d7eec44d..7697ef3eabf6bf2f0a781d77fcf76e2c96db70ae 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| +++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| @@ -41,9 +41,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,
|
|
|