| 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 ad5c7f0148c5fb847fea4ae81e475aab043f40d7..5c972b37ad39a3b05f208f0f8a47b9f50d951f96 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -250,9 +250,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| int32 ipc_database_id,
|
| int64 transaction_id);
|
| void OnForcedClose(int32 ipc_thread_id, int32 ipc_database_id);
|
| - void OnVersionChange(int32 ipc_thread_id,
|
| - int32 ipc_database_id,
|
| - const string16& newVersion);
|
| void OnIntVersionChange(int32 ipc_thread_id,
|
| int32 ipc_database_id,
|
| int64 old_version,
|
|
|