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

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

Issue 1268243003: Remove |browser_| from WebsiteSettingsPopupView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enabledialogs
Patch Set: 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 aafd2a700a3ef5181fd7640a782098d4081cf0c8..ea52323264c87ee89e6c3e0f52be796d82299c18 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1369,7 +1369,7 @@ void BrowserView::ShowWebsiteSettings(Profile* profile,
popup_anchor = GetLocationBarView()->location_icon_view();
WebsiteSettingsPopupView::ShowPopup(popup_anchor, profile, web_contents, url,
- ssl, browser_.get());
+ ssl);
}
void BrowserView::ShowAppMenu() {

Powered by Google App Engine
This is Rietveld 408576698