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

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

Issue 1280673003: [Mac] Enable MacViews site settings bubble behind --enable-mac-views-dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enabledialogs
Patch Set: Address comments. Created 5 years, 4 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 2449b69003ea3295d62480d00d5bf02890dbf011..71ce19c8fdd4bbd02e2fb58bb8a9ebcb812f3cd0 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1368,8 +1368,8 @@ void BrowserView::ShowWebsiteSettings(Profile* profile,
if (!popup_anchor)
popup_anchor = GetLocationBarView()->location_icon_view();
- WebsiteSettingsPopupView::ShowPopup(popup_anchor, profile, web_contents, url,
- ssl);
+ WebsiteSettingsPopupView::ShowPopup(popup_anchor, gfx::Rect(), profile,
+ web_contents, url, ssl);
}
void BrowserView::ShowAppMenu() {

Powered by Google App Engine
This is Rietveld 408576698