summaryrefslogtreecommitdiffstats
path: root/chrome/common/indexed_db_messages.h
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 21:13:14 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 21:13:14 +0000
commit2c43b079168c57cf6cee7d5afa93d7000fd72065 (patch)
tree7d08a0cdb9ca46c9fc7d955cef39c25f9d5de182 /chrome/common/indexed_db_messages.h
parente2df0cd2aa14016fc5d10f964b94aafe5cac8246 (diff)
downloadchromium_src-2c43b079168c57cf6cee7d5afa93d7000fd72065.zip
chromium_src-2c43b079168c57cf6cee7d5afa93d7000fd72065.tar.gz
chromium_src-2c43b079168c57cf6cee7d5afa93d7000fd72065.tar.bz2
indexeddb: make setVersion fire blocked event if other connections are open
BUG=64049 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74711 Review URL: http://codereview.chromium.org/6513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/indexed_db_messages.h')
-rw-r--r--chrome/common/indexed_db_messages.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/indexed_db_messages.h b/chrome/common/indexed_db_messages.h
index 1ef5c92..4203f61 100644
--- a/chrome/common/indexed_db_messages.h
+++ b/chrome/common/indexed_db_messages.h
@@ -146,6 +146,8 @@ IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksError,
int32 /* response_id */,
int /* code */,
string16 /* message */)
+IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksBlocked,
+ int32 /* response_id */)
// IDBTransactionCallback message handlers.
IPC_MESSAGE_CONTROL1(IndexedDBMsg_TransactionCallbacksAbort,
@@ -247,6 +249,10 @@ IPC_SYNC_MESSAGE_CONTROL4_2(IndexedDBHostMsg_DatabaseTransaction,
WebKit::WebExceptionCode /* ec */)
// WebIDBDatabase::close() message.
+IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseOpen,
+ int32 /* idb_database_id */)
+
+// WebIDBDatabase::close() message.
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseClose,
int32 /* idb_database_id */)