summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/collected_cookies_gtk.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 20:45:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 20:45:26 +0000
commit78e049b83ebf4e92c844ba3ed3d2b76080b0d68e (patch)
treed41e90831f6b775b280123a7f34aa624a82d61aa /chrome/browser/ui/gtk/collected_cookies_gtk.h
parent08dd831c4155e2bb6ccc8cd65d15945823c11aca (diff)
downloadchromium_src-78e049b83ebf4e92c844ba3ed3d2b76080b0d68e.zip
chromium_src-78e049b83ebf4e92c844ba3ed3d2b76080b0d68e.tar.gz
chromium_src-78e049b83ebf4e92c844ba3ed3d2b76080b0d68e.tar.bz2
gtk: Inform user to reload page after chagning cookie settings from in-page dialog.
BUG=63645 TEST=Block all cookies and load a page that uses cookies. Click on the broken cookie icon in the omnibox and open the in-page cookie dialog. Change a blocked to allow, or block an allowed cookie. After clicking the Close button an infobar appears with a warning. Make sure the reload button works. R=rogerta@chromium.org,jochen@chromium.org Review URL: http://codereview.chromium.org/6711059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/collected_cookies_gtk.h')
-rw-r--r--chrome/browser/ui/gtk/collected_cookies_gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.h b/chrome/browser/ui/gtk/collected_cookies_gtk.h
index b3cf3dd..6cd7d84 100644
--- a/chrome/browser/ui/gtk/collected_cookies_gtk.h
+++ b/chrome/browser/ui/gtk/collected_cookies_gtk.h
@@ -114,6 +114,8 @@ class CollectedCookiesGtk : public ConstrainedDialogDelegate,
// The tab contents.
TabContents* tab_contents_;
+ bool status_changed_;
+
// The Cookies Table model.
scoped_ptr<CookiesTreeModel> allowed_cookies_tree_model_;
scoped_ptr<CookiesTreeModel> blocked_cookies_tree_model_;