Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: content/common/indexed_db/indexed_db_dispatcher.h

Issue 12129002: Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698