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

Unified Diff: content/browser/in_process_webkit/indexed_db_callbacks.h

Issue 11316205: Remove setVersion plumbing from chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | content/browser/in_process_webkit/indexed_db_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/indexed_db_callbacks.h
diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.h b/content/browser/in_process_webkit/indexed_db_callbacks.h
index ba1f65b46969407b3fb5aeefd6f59a599a411ca2..0e8abdd7711dda6033822346fe6231a1cc7ff612 100644
--- a/content/browser/in_process_webkit/indexed_db_callbacks.h
+++ b/content/browser/in_process_webkit/indexed_db_callbacks.h
@@ -51,21 +51,6 @@ class IndexedDBCallbacks : public IndexedDBCallbacksBase {
DISALLOW_IMPLICIT_CONSTRUCTORS(IndexedDBCallbacks);
};
-class IndexedDBCallbacksTransaction : public IndexedDBCallbacksBase {
- public:
- IndexedDBCallbacksTransaction(
- IndexedDBDispatcherHost* dispatcher_host,
- int32 thread_id,
- int32 response_id,
- const GURL& origin_url);
-
- virtual void onSuccess(WebKit::WebIDBTransaction* idb_object);
-
- private:
- GURL origin_url_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(IndexedDBCallbacksTransaction);
-};
-
class IndexedDBCallbacksDatabase : public IndexedDBCallbacksBase {
public:
IndexedDBCallbacksDatabase(
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698