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

Unified Diff: content/common/indexed_db/proxy_webidbtransaction_impl.cc

Issue 10831138: Remove a ton of IPC from landing putWithIndexKeys (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Additional stuff found with lint Created 8 years, 5 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
Index: content/common/indexed_db/proxy_webidbtransaction_impl.cc
diff --git a/content/common/indexed_db/proxy_webidbtransaction_impl.cc b/content/common/indexed_db/proxy_webidbtransaction_impl.cc
index 75d47437510ea808411a95456ee67dd86096724e..8f04e3c774d827c1056aea9bb80db72fb117e5cb 100644
--- a/content/common/indexed_db/proxy_webidbtransaction_impl.cc
+++ b/content/common/indexed_db/proxy_webidbtransaction_impl.cc
@@ -30,13 +30,6 @@ RendererWebIDBTransactionImpl::~RendererWebIDBTransactionImpl() {
idb_transaction_id_));
}
-int RendererWebIDBTransactionImpl::mode() const {
- int mode;
- IndexedDBDispatcher::Send(new IndexedDBHostMsg_TransactionMode(
- idb_transaction_id_, &mode));
- return mode;
-}
-
WebIDBObjectStore* RendererWebIDBTransactionImpl::objectStore(
const WebString& name,
WebKit::WebExceptionCode& ec) {

Powered by Google App Engine
This is Rietveld 408576698