diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 01:17:33 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 01:17:33 +0000 |
commit | 3e4f077a25c71439fdbdc23ea1d8070e9e28a1e0 (patch) | |
tree | eea200b35225a33b70bb4409fc78b6bf2e6eed24 /content/common/indexed_db/indexed_db_dispatcher.h | |
parent | 0dc47fa7d860fae2b35c5cd01768788a522057c6 (diff) | |
download | chromium_src-3e4f077a25c71439fdbdc23ea1d8070e9e28a1e0.zip chromium_src-3e4f077a25c71439fdbdc23ea1d8070e9e28a1e0.tar.gz chromium_src-3e4f077a25c71439fdbdc23ea1d8070e9e28a1e0.tar.bz2 |
Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata
BUG=
Review URL: https://codereview.chromium.org/12129002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/indexed_db/indexed_db_dispatcher.h')
-rw-r--r-- | content/common/indexed_db/indexed_db_dispatcher.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h index b9e30fc..9651930 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, |