summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/cookies_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/options/cookies_view.h')
-rw-r--r--chrome/browser/gtk/options/cookies_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/gtk/options/cookies_view.h b/chrome/browser/gtk/options/cookies_view.h
index f47a95b..be9dbb8 100644
--- a/chrome/browser/gtk/options/cookies_view.h
+++ b/chrome/browser/gtk/options/cookies_view.h
@@ -33,6 +33,7 @@ class CookiesView : public gtk_tree::ModelAdapter::Delegate {
static void Show(Profile* profile);
// gtk_tree::ModelAdapter::Delegate implementation.
+ virtual void OnAnyModelUpdateStart();
virtual void OnAnyModelUpdate();
virtual void SetColumnValues(int row, GtkTreeIter* iter);
@@ -140,6 +141,7 @@ class CookiesView : public gtk_tree::ModelAdapter::Delegate {
friend class CookiesViewTest;
FRIEND_TEST(CookiesViewTest, Empty);
FRIEND_TEST(CookiesViewTest, RemoveAll);
+ FRIEND_TEST(CookiesViewTest, RemoveAllWithAllSelected);
FRIEND_TEST(CookiesViewTest, Remove);
FRIEND_TEST(CookiesViewTest, RemoveMultiple);
FRIEND_TEST(CookiesViewTest, RemoveDefaultSelection);