summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/cookies_view_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/options/cookies_view_unittest.cc')
-rw-r--r--chrome/browser/gtk/options/cookies_view_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/gtk/options/cookies_view_unittest.cc b/chrome/browser/gtk/options/cookies_view_unittest.cc
index 76461a1..0c78d7f 100644
--- a/chrome/browser/gtk/options/cookies_view_unittest.cc
+++ b/chrome/browser/gtk/options/cookies_view_unittest.cc
@@ -90,8 +90,6 @@ class CookiesViewTest : public testing::Test {
GTK_WIDGET_SENSITIVE(display->appcache_last_accessed_entry_));
// IndexedDB
EXPECT_EQ(expected_indexed_db,
- GTK_WIDGET_SENSITIVE(display->indexed_db_name_entry_));
- EXPECT_EQ(expected_indexed_db,
GTK_WIDGET_SENSITIVE(display->indexed_db_origin_entry_));
EXPECT_EQ(expected_indexed_db,
GTK_WIDGET_SENSITIVE(display->indexed_db_size_entry_));