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

Unified Diff: chrome/renderer/renderer_webidbdatabase_impl.h

Issue 3107029: Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/renderer/indexed_db_dispatcher.cc ('k') | chrome/renderer/renderer_webidbdatabase_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_webidbdatabase_impl.h
===================================================================
--- chrome/renderer/renderer_webidbdatabase_impl.h (revision 56862)
+++ chrome/renderer/renderer_webidbdatabase_impl.h (working copy)
@@ -14,7 +14,6 @@
class WebFrame;
class WebIDBCallbacks;
class WebString;
-class WebIDBTransaction;
}
class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
@@ -30,9 +29,7 @@
virtual void createObjectStore(
const WebKit::WebString& name, const WebKit::WebString& key_path,
bool auto_increment, WebKit::WebIDBCallbacks* callbacks);
- virtual WebKit::WebIDBTransaction* transaction(
- const WebKit::WebDOMStringList& names,
- unsigned short mode, unsigned long timeout);
+
private:
int32 idb_database_id_;
};
« no previous file with comments | « chrome/renderer/indexed_db_dispatcher.cc ('k') | chrome/renderer/renderer_webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698