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

Unified Diff: chrome/browser/ui/gtk/website_settings_popup_gtk.cc

Issue 10830050: (Views only) Prompt the user to reload the website after changing site permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (Finnur). Created 8 years, 5 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/gtk/website_settings_popup_gtk.cc
diff --git a/chrome/browser/ui/gtk/website_settings_popup_gtk.cc b/chrome/browser/ui/gtk/website_settings_popup_gtk.cc
index 952754f2b1d5bcba4525cd74fea6f1b7f4c4e6fa..561f2ae8d348e0b0358826bb1d1229ae3cfa555a 100644
--- a/chrome/browser/ui/gtk/website_settings_popup_gtk.cc
+++ b/chrome/browser/ui/gtk/website_settings_popup_gtk.cc
@@ -94,6 +94,7 @@ WebsiteSettingsPopupGtk::WebsiteSettingsPopupGtk(
presenter_.reset(new WebsiteSettings(this, profile,
tab_contents->content_settings(),
+ tab_contents->infobar_tab_helper(),
url, ssl,
content::CertStore::GetInstance()));
}

Powered by Google App Engine
This is Rietveld 408576698