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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.h

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/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index 9f446b35f07e3338c3a23403bd4ce56fcbe198ed..c2ebbfd8f5ab1254c4db389c17ad4405de07e042 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -51,8 +51,7 @@ class WebsiteSettingsPopupView
Profile* profile,
content::WebContents* web_contents,
const GURL& url,
- const content::SSLStatus& ssl,
- Browser* browser);
+ const content::SSLStatus& ssl);
static bool IsPopupShowing();
@@ -61,8 +60,7 @@ class WebsiteSettingsPopupView
Profile* profile,
content::WebContents* web_contents,
const GURL& url,
- const content::SSLStatus& ssl,
- Browser* browser);
+ const content::SSLStatus& ssl);
// PermissionSelectorViewObserver implementation.
void OnPermissionChanged(
@@ -128,9 +126,6 @@ class WebsiteSettingsPopupView
// tab.
content::WebContents* web_contents_;
- // The Browser is used to load the help center page.
- Browser* browser_;
-
// The presenter that controls the Website Settings UI.
scoped_ptr<WebsiteSettings> presenter_;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/website_settings/website_settings_popup_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698