| Index: content/common/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
|
| index b9e30fc8380a0234767ad337cf3e4c6dccb25c73..9651930d6c818527f6d671bf4f9eda011b699bd9 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -196,9 +196,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| }
|
|
|
| // IDBCallback message handlers.
|
| - void OnSuccessIDBDatabaseOld(int32 ipc_thread_id,
|
| - int32 ipc_response_id,
|
| - int32 ipc_object_id);
|
| void OnSuccessIDBDatabase(int32 ipc_thread_id,
|
| int32 ipc_response_id,
|
| int32 ipc_object_id,
|
| @@ -238,10 +235,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| const string16& message);
|
| void OnIntBlocked(int32 ipc_thread_id, int32 ipc_response_id,
|
| int64 existing_version);
|
| - void OnUpgradeNeededOld(int32 ipc_thread_id,
|
| - int32 ipc_response_id,
|
| - int32 ipc_database_id,
|
| - int64 old_version);
|
| void OnUpgradeNeeded(int32 ipc_thread_id,
|
| int32 ipc_response_id,
|
| int32 ipc_database_id,
|
|
|