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

Unified Diff: chrome/browser/ui/gtk/collected_cookies_gtk.h

Issue 12851002: Remove ConstrainedWindowGtkDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move SetBackgroundColor() Created 7 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/collected_cookies_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/collected_cookies_gtk.h
diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.h b/chrome/browser/ui/gtk/collected_cookies_gtk.h
index 208b6d3cfe3484a615b42a36d3be598d6020d29c..e951400410cd8defa2f39ae6a543dd4739581bf6 100644
--- a/chrome/browser/ui/gtk/collected_cookies_gtk.h
+++ b/chrome/browser/ui/gtk/collected_cookies_gtk.h
@@ -29,17 +29,11 @@ class WebContents;
// ShowCollectedCookiesDialog() on the delegate of the web contents's
// content settings tab helper.
-class CollectedCookiesGtk : public ConstrainedWindowGtkDelegate,
- public gtk_tree::TreeAdapter::Delegate,
+class CollectedCookiesGtk : public gtk_tree::TreeAdapter::Delegate,
public content::NotificationObserver {
public:
CollectedCookiesGtk(GtkWindow* parent, content::WebContents* web_contents);
- // ConstrainedWindowGtkDelegate methods.
- virtual GtkWidget* GetWidgetRoot() OVERRIDE;
- virtual GtkWidget* GetFocusWidget() OVERRIDE;
- virtual void DeleteDelegate() OVERRIDE;
-
private:
virtual ~CollectedCookiesGtk();
@@ -84,6 +78,7 @@ class CollectedCookiesGtk : public ConstrainedWindowGtkDelegate,
OnForSessionBlockedButtonClicked);
CHROMEGTK_CALLBACK_2(CollectedCookiesGtk, void, OnSwitchPage,
gpointer, guint);
+ CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnDestroy);
content::NotificationRegistrar registrar_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/collected_cookies_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698