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

Unified Diff: content/child/indexed_db/indexed_db_message_filter.cc

Issue 2320213004: Port IndexedDB open() and database callbacks to Mojo. (Closed)
Patch Set: Make DatabaseClient an associated interface. Created 4 years, 3 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
Index: content/child/indexed_db/indexed_db_message_filter.cc
diff --git a/content/child/indexed_db/indexed_db_message_filter.cc b/content/child/indexed_db/indexed_db_message_filter.cc
index 2a76f58abf16fb04f8ae54d3786d836d5eacaff1..3b6f97fa9c57ae703c2d83b9f18286371c0bf8a5 100644
--- a/content/child/indexed_db/indexed_db_message_filter.cc
+++ b/content/child/indexed_db/indexed_db_message_filter.cc
@@ -47,7 +47,6 @@ void IndexedDBMessageFilter::OnStaleMessageReceived(const IPC::Message& msg) {
void IndexedDBMessageFilter::OnStaleSuccessIDBDatabase(
int32_t ipc_thread_id,
int32_t ipc_callbacks_id,
- int32_t ipc_database_callbacks_id,
int32_t ipc_database_id,
const IndexedDBDatabaseMetadata& idb_metadata) {
if (ipc_database_id == kNoDatabase)
« no previous file with comments | « content/child/indexed_db/indexed_db_message_filter.h ('k') | content/child/indexed_db/webidbdatabase_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698