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

Unified Diff: content/browser/in_process_webkit/indexed_db_dispatcher_host.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/browser/in_process_webkit/indexed_db_dispatcher_host.h
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
index 040d164f260025e047eda50338cf811c209651fc..ab46281f4ff014bd86c0c4c4d5ceedbc1b84b104 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -120,13 +120,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
int64 object_store_id,
int32 transaction_id,
WebKit::WebExceptionCode* ec);
- // TODO(alecflett): Remove this as part of
- // https://bugs.webkit.org/show_bug.cgi?id=102733.
- void OnTransaction(int32 thread_id,
- int32 idb_database_id,
- const std::vector<int64>& scope,
- int32 mode,
- int32* idb_transaction_id);
void OnCreateTransaction(int32 thread_id,
int32 idb_database_id,
int64 transaction_id,

Powered by Google App Engine
This is Rietveld 408576698