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

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

Issue 11828054: Remove IPC code for old methods. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix merge conflicts Created 7 years, 11 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 3c2af0dabc6cfd04663512b318924ac76a978815..608e42f3bf53b887e89f7ca0838d958dea5d43f0 100644
--- a/content/common/indexed_db/proxy_webidbtransaction_impl.h
+++ b/content/common/indexed_db/proxy_webidbtransaction_impl.h
@@ -21,8 +21,6 @@ class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction {
explicit RendererWebIDBTransactionImpl(int32 ipc_transaction_id);
virtual ~RendererWebIDBTransactionImpl();
- virtual WebKit::WebIDBObjectStore* objectStore(long long object_store_id,
- WebKit::WebExceptionCode&);
virtual void commit();
virtual void abort();
virtual void didCompleteTaskEvents();
« no previous file with comments | « content/common/indexed_db/proxy_webidbobjectstore_impl.cc ('k') | content/common/indexed_db/proxy_webidbtransaction_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698