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

Unified Diff: content/browser/indexed_db/mock_indexed_db_callbacks.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/mock_indexed_db_callbacks.cc
diff --git a/content/browser/indexed_db/mock_indexed_db_callbacks.cc b/content/browser/indexed_db/mock_indexed_db_callbacks.cc
index c1eb30e84710549cec0b668478e9ca86763a5e25..56221ed61b0151b8a68612d8d4dd51706ad5b227 100644
--- a/content/browser/indexed_db/mock_indexed_db_callbacks.cc
+++ b/content/browser/indexed_db/mock_indexed_db_callbacks.cc
@@ -35,8 +35,4 @@ void MockIndexedDBCallbacks::OnSuccess(
connection_ = std::move(connection);
}
-bool MockIndexedDBCallbacks::IsValid() const {
- return true;
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698