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

Unified Diff: content/common/indexed_db/indexed_db_messages.h

Issue 2438233004: Make IndexedDBConnection IDs independent from the IPC database ID. (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « content/child/indexed_db/indexed_db_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/indexed_db_messages.h
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
index 6e24715682aea03c5307479caf7c6abd8c3c55a2..e1458fb7d6866ca082f2ef1328662ad85e72cea6 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -361,9 +361,8 @@ IPC_MESSAGE_CONTROL4(IndexedDBMsg_CallbacksError,
base::string16 /* message */)
// IDBDatabaseCallback message handlers
-IPC_MESSAGE_CONTROL3(IndexedDBMsg_DatabaseCallbacksChanges,
+IPC_MESSAGE_CONTROL2(IndexedDBMsg_DatabaseCallbacksChanges,
int32_t, /* ipc_thread_id */
- int32_t, /* ipc_database_id */
IndexedDBMsg_ObserverChanges)
// Indexed DB messages sent from the renderer to the browser.
« no previous file with comments | « content/child/indexed_db/indexed_db_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698