Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: content/common/indexed_db_messages.h

Issue 8747002: Dispatch IndexedDB IPC messages to worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: repurpose obsolete indexed-db switch to control idb on workers Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/indexed_db_messages.h
diff --git a/content/common/indexed_db_messages.h b/content/common/indexed_db_messages.h
index 118106ecb84cd26cbb5c8e49aecd87ccb19421dd..4a89c7929685481d01a295e2afc1cac6599434f2 100644
--- a/content/common/indexed_db_messages.h
+++ b/content/common/indexed_db_messages.h
@@ -176,7 +176,7 @@ IPC_MESSAGE_CONTROL1(IndexedDBMsg_TransactionCallbacksComplete,
int32 /* transaction_id */)
IPC_MESSAGE_CONTROL2(IndexedDBMsg_DatabaseCallbacksVersionChange,
- int32, /* database_id */
+ int32, /* response_id */
string16) /* new_version */
// Indexed DB messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698