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

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

Issue 2408613002: Replace kPreferHtmlOverPlugins feature checks with PluginUtils::ShouldPreferHtmlOverPlugi… (Closed)
Patch Set: Replace remaining kPreferHtmlOverPlugins feature checks with PluginUtils::ShouldPreferHtmlOverPlugi… Created 4 years, 2 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 6d86ca89f383873999fd77c0d1687c0676c234d4..31385ea3f7c64e0eaf4a49fd4951737a8d856892 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
@@ -149,6 +149,8 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
// The presenter that controls the Website Settings UI.
std::unique_ptr<WebsiteSettings> presenter_;
+ Profile* profile_;
+
// The header section (containing security-related information).
PopupHeaderView* header_;

Powered by Google App Engine
This is Rietveld 408576698