| Index: content/child/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h
|
| index 774c662b30dfe8a6ff5ad81963dde61bc14f4c20..9311551f9480172b20a540ea65d75d26bb9ad3a9 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.h
|
| @@ -236,7 +236,6 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerThread::Observer {
|
| int code,
|
| const base::string16& message);
|
| void OnDatabaseChanges(int32_t ipc_thread_id,
|
| - int32_t ipc_database_id,
|
| const IndexedDBMsg_ObserverChanges&);
|
|
|
| // Reset cursor prefetch caches for all cursors except exception_cursor_id.
|
|
|