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

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

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/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 88225119475a78d92aaa052d4dddd1613e22ef41..ff9b206ce1e7877f3162e8ac929609c9b5c85b40 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
@@ -29,6 +29,7 @@ struct SSLStatus;
namespace views {
class Link;
class TabbedPane;
+class Widget;
}
// The views implementation of the website settings UI.
@@ -61,6 +62,7 @@ class WebsiteSettingsPopupView
// views::BubbleDelegate implementations.
virtual gfx::Rect GetAnchorRect() OVERRIDE;
+ virtual void OnWidgetClosing(views::Widget* widget) OVERRIDE;
// views::ButtonListener implementation.
virtual void ButtonPressed(views::Button* button,

Powered by Google App Engine
This is Rietveld 408576698