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

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

Issue 11348254: Remove old transaction() call, proxies, and messages. (Closed) Base URL: http://git.chromium.org/chromium/src.git@create-transaction-int
Patch Set: update to ToT for landing Created 8 years, 1 month 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/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 e4851d32755ad21902253a9407e9892199f6a624..0fc4baa89bcec955b127459f2ccdfc7b36ea849b 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -390,22 +390,8 @@ IPC_SYNC_MESSAGE_CONTROL3_1(IndexedDBHostMsg_DatabaseDeleteObjectStore,
int32, /* transaction_id */
WebKit::WebExceptionCode /* ec */)
-// WebIDBDatabase::transaction() message.
-// TODO: make this message async. Have the renderer create a
-// temporary ID and keep a map in the browser process of real
-// IDs to temporary IDs. We can then update the transaction
-// to its real ID asynchronously.
-// (Or make the key a pair <connection_id, transaction_id>.)
-// TODO(alecflett): Remove this as part of
-// https://bugs.webkit.org/show_bug.cgi?id=102733.
-IPC_SYNC_MESSAGE_CONTROL4_1(IndexedDBHostMsg_DatabaseTransactionOld,
- int32, /* thread_id */
- int32, /* idb_database_id */
- std::vector<int64>, /* object_stores */
- int32, /* mode */
- int32) /* idb_transaction_id */
-
// WebIDBDatabase::createTransaction() message.
+// TODO: make this message async.
IPC_SYNC_MESSAGE_CONTROL5_1(IndexedDBHostMsg_DatabaseCreateTransaction,
int32, /* thread_id */
int32, /* idb_database_id */
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/common/indexed_db/proxy_webidbdatabase_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698