Index: content/common/indexed_db/indexed_db_messages.h |
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h |
index 12e929c7c0e9b7192a6309c4ca59131a50c35c95..2a6fe7cbd18545e37cdd11d96ba6131c930bf265 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -233,10 +233,6 @@ IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessIndexedDBKey, |
int32 /* thread_id */, |
int32 /* response_id */, |
content::IndexedDBKey /* indexed_db_key */) |
-IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessIDBTransaction, |
- int32 /* thread_id */, |
- int32 /* response_id */, |
- int32 /* idb_transaction_id */) |
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessSerializedScriptValue, |
int32 /* thread_id */, |
int32 /* response_id */, |
@@ -394,14 +390,6 @@ IPC_SYNC_MESSAGE_CONTROL3_1(IndexedDBHostMsg_DatabaseDeleteObjectStore, |
int32, /* transaction_id */ |
WebKit::WebExceptionCode /* ec */) |
-// WebIDBDatabase::setVersion() message. |
-IPC_SYNC_MESSAGE_CONTROL4_1(IndexedDBHostMsg_DatabaseSetVersion, |
- int32, /* idb_database_id */ |
- int32, /* thread_id */ |
- int32, /* response_id */ |
- string16, /* version */ |
- WebKit::WebExceptionCode /* ec */) |
- |
// WebIDBDatabase::transaction() message. |
// TODO: make this message async. Have the renderer create a |
// temporary ID and keep a map in the browser process of real |