diff options
author | andreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 10:30:15 +0000 |
---|---|---|
committer | andreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 10:30:15 +0000 |
commit | cb40fd2e6057b3d6b1fa4329b4fdffb9c271cc93 (patch) | |
tree | 16f47c63c7c7867418cac3cb8a19881602ff75af /chrome/common | |
parent | cf62b32198e4a3f809b5656369d4f30e6e41a82d (diff) | |
download | chromium_src-cb40fd2e6057b3d6b1fa4329b4fdffb9c271cc93.zip chromium_src-cb40fd2e6057b3d6b1fa4329b4fdffb9c271cc93.tar.gz chromium_src-cb40fd2e6057b3d6b1fa4329b4fdffb9c271cc93.tar.bz2 |
Add plumbing for IDBTransaction::abort()
BUG=
TEST=
Review URL: http://codereview.chromium.org/3441019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 612d662..969ea16 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -2547,6 +2547,10 @@ IPC_BEGIN_MESSAGES(ViewHost) string16, /* name */ int32 /* object_store_id */) + // WebIDBTransaction::abort() message. + IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBTransactionAbort, + int32 /* idb_transaction_id */) + // WebIDBTransaction::~WebIDBTransaction() message. IPC_MESSAGE_CONTROL1(ViewHostMsg_IDBTransactionDestroyed, int32 /* idb_transaction_id */) |