summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorandreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 13:03:26 +0000
committerandreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 13:03:26 +0000
commit5bbe2929da7a74e7ceeffcfedee1981adcd3a7b2 (patch)
tree772f86bdb65c898ca728fe35774417a09fe0972d /chrome/common
parent507902277eebc76641b21243039865f61fd7f13a (diff)
downloadchromium_src-5bbe2929da7a74e7ceeffcfedee1981adcd3a7b2.zip
chromium_src-5bbe2929da7a74e7ceeffcfedee1981adcd3a7b2.tar.gz
chromium_src-5bbe2929da7a74e7ceeffcfedee1981adcd3a7b2.tar.bz2
Revert "Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumbing"
This reverts commit b1e231ca824b2fb9a96bffc04f26eae336ff6ed5. Also disable the transaction_get.html test, added in this CL. BUG= TEST= Review URL: http://codereview.chromium.org/3466018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 1d6d04a..7b0682f 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -2373,10 +2373,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBFactoryOpen,
ViewHostMsg_IDBFactoryOpen_Params)
- // WebIDBFactory::abortPendingTransactions() message.
- IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBFactoryAbortPendingTransactions,
- std::vector<int32> /* transaction_ids */)
-
// WebIDBDatabase::name() message.
IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_IDBDatabaseName,
int32, /* idb_database_id */
@@ -2555,6 +2551,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBTransactionAbort,
int32 /* idb_transaction_id */)
+ // IDBTransaction::DidCompleteTaskEvents() message.
+ IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBTransactionDidCompleteTaskEvents,
+ int32 /* idb_transaction_id */)
+
// WebIDBTransaction::~WebIDBTransaction() message.
IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBTransactionDestroyed,
int32 /* idb_transaction_id */)