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

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

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.h
diff --git a/content/common/indexed_db/proxy_webidbtransaction_impl.h b/content/common/indexed_db/proxy_webidbtransaction_impl.h
index c28dddd3c68e54071a610604ca40f2e70b85a649..2b57b87c6a0296016df6531d831b215eb91ba4c3 100644
--- a/content/common/indexed_db/proxy_webidbtransaction_impl.h
+++ b/content/common/indexed_db/proxy_webidbtransaction_impl.h
@@ -19,7 +19,6 @@ class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction {
explicit RendererWebIDBTransactionImpl(int32 idb_transaction_id);
virtual ~RendererWebIDBTransactionImpl();
- virtual int mode() const;
virtual WebKit::WebIDBObjectStore* objectStore(const WebKit::WebString& name,
WebKit::WebExceptionCode&);
virtual void commit();

Powered by Google App Engine
This is Rietveld 408576698