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

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

Issue 10692017: IndexedDB: IPC plumbing for WebKit::WebIDBTransaction::commit() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review nits Created 8 years, 6 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 abe41342eb90de098a2918667d94b3b9d9adafe9..4ddfd483a7299c2c2835973d13022bd2c7d0ccf1 100644
--- a/content/common/indexed_db/proxy_webidbtransaction_impl.h
+++ b/content/common/indexed_db/proxy_webidbtransaction_impl.h
@@ -23,6 +23,7 @@ class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction {
virtual int mode() const;
virtual WebKit::WebIDBObjectStore* objectStore(const WebKit::WebString& name,
WebKit::WebExceptionCode&);
+ virtual void commit();
virtual void abort();
virtual void didCompleteTaskEvents();
virtual void setCallbacks(WebKit::WebIDBTransactionCallbacks*);
« no previous file with comments | « content/common/indexed_db/proxy_webidbcursor_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