summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h4
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 */)