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

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

Issue 128343002: [Gtk] Hook up the "Remove" button in the collected cookies dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 e951400410cd8defa2f39ae6a543dd4739581bf6..0951ceb5525a55dfb3cf538a94581bddf09f68c9 100644
--- a/chrome/browser/ui/gtk/collected_cookies_gtk.h
+++ b/chrome/browser/ui/gtk/collected_cookies_gtk.h
@@ -73,6 +73,7 @@ class CollectedCookiesGtk : public gtk_tree::TreeAdapter::Delegate,
CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnTreeViewSelectionChange);
CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnClose);
CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnBlockAllowedButtonClicked);
+ CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnDeleteAllowedButtonClicked);
CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnAllowBlockedButtonClicked);
CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void,
OnForSessionBlockedButtonClicked);
@@ -91,6 +92,7 @@ class CollectedCookiesGtk : public gtk_tree::TreeAdapter::Delegate,
GtkWidget* blocked_description_label_;
GtkWidget* block_allowed_cookie_button_;
+ GtkWidget* delete_allowed_cookie_button_;
GtkWidget* allow_blocked_cookie_button_;
GtkWidget* for_session_blocked_cookie_button_;
« 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