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

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

Issue 2601163002: Remove indexed_db_messages.h. (Closed)
Patch Set: Set up the factory on the right thread. Created 4 years 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: content/browser/indexed_db/indexed_db_unittest.cc
diff --git a/content/browser/indexed_db/indexed_db_unittest.cc b/content/browser/indexed_db/indexed_db_unittest.cc
index 4eb519af89a56eedc839dc047ae17b3fddb41431..ddf9854d2e81507071e9073f7ca697869421171c 100644
--- a/content/browser/indexed_db/indexed_db_unittest.cc
+++ b/content/browser/indexed_db/indexed_db_unittest.cc
@@ -140,7 +140,6 @@ class ForceCloseDBCallbacks : public IndexedDBCallbacks {
connection_ = std::move(connection);
idb_context_->ConnectionOpened(origin_, connection_.get());
}
- bool IsValid() const override { return true; }
IndexedDBConnection* connection() { return connection_.get(); }

Powered by Google App Engine
This is Rietveld 408576698