Index: content/child/indexed_db/indexed_db_dispatcher.cc |
diff --git a/content/child/indexed_db/indexed_db_dispatcher.cc b/content/child/indexed_db/indexed_db_dispatcher.cc |
index 2063561d74cbe15b3cbb83d7294911076891c1f6..d773a17d4c2871f4e43a9fa38cad21433ecd9aaf 100644 |
--- a/content/child/indexed_db/indexed_db_dispatcher.cc |
+++ b/content/child/indexed_db/indexed_db_dispatcher.cc |
@@ -647,7 +647,6 @@ void IndexedDBDispatcher::OnError(int32_t ipc_thread_id, |
void IndexedDBDispatcher::OnDatabaseChanges( |
int32_t ipc_thread_id, |
- int32_t ipc_database_id, |
const IndexedDBMsg_ObserverChanges& changes) { |
DCHECK_EQ(ipc_thread_id, CurrentWorkerId()); |
std::vector<WebIDBObservation> observations( |