Index: content/browser/indexed_db/indexed_db_database_callbacks.h |
diff --git a/content/browser/indexed_db/indexed_db_database_callbacks.h b/content/browser/indexed_db/indexed_db_database_callbacks.h |
index e95a62324126c651f324b0a76f843afaef402480..5a12bdf4a571efa10d28d7867720b97514c0f916 100644 |
--- a/content/browser/indexed_db/indexed_db_database_callbacks.h |
+++ b/content/browser/indexed_db/indexed_db_database_callbacks.h |
@@ -34,7 +34,6 @@ class CONTENT_EXPORT IndexedDBDatabaseCallbacks |
const IndexedDBDatabaseError& error); |
virtual void OnComplete(int64_t host_transaction_id); |
virtual void OnDatabaseChange( |
- int32_t ipc_database_id, |
std::unique_ptr<IndexedDBObserverChanges> changes); |
protected: |