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

Unified Diff: content/browser/indexed_db/indexed_db_database_unittest.cc

Issue 377953002: IndexedDB: Cleanup of r281546 following Blink roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/browser/indexed_db/indexed_db_database.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_database_unittest.cc
diff --git a/content/browser/indexed_db/indexed_db_database_unittest.cc b/content/browser/indexed_db/indexed_db_database_unittest.cc
index 0900747180530760d70342940e78df247e41929c..fa86fd74fdd6fa2c5ec43357226a838e08184858 100644
--- a/content/browser/indexed_db/indexed_db_database_unittest.cc
+++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
@@ -208,11 +208,8 @@ TEST(IndexedDBDatabaseTest, PendingDelete) {
scoped_refptr<MockDeleteCallbacks> request2(new MockDeleteCallbacks());
db->DeleteDatabase(request2);
- // TODO(jsbell): Remove once Blink is updated. crbug.com/100123
-#if WEB_INDEXEDDB_FIRE_BLOCKED_ONLY_IF_IGNORED
EXPECT_FALSE(request2->blocked_called());
db->VersionChangeIgnored();
-#endif
EXPECT_TRUE(request2->blocked_called());
EXPECT_FALSE(backing_store->HasOneRef()); // local and db
« no previous file with comments | « content/browser/indexed_db/indexed_db_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698