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

Unified Diff: chrome/browser/gtk/options/cookies_view_unittest.cc

Issue 4682002: Remove "name" field from indexed databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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
Index: chrome/browser/gtk/options/cookies_view_unittest.cc
diff --git a/chrome/browser/gtk/options/cookies_view_unittest.cc b/chrome/browser/gtk/options/cookies_view_unittest.cc
index 76461a1f7cdf0c758d23a286bac622fb6798fc75..0c78d7f81b7bfc8b4b67b504829e9f27cf5f4771 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_));
« no previous file with comments | « chrome/browser/gtk/gtk_chrome_cookie_view.cc ('k') | chrome/browser/in_process_webkit/indexed_db_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698