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

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

Issue 10916318: IndexedDB: Remove unused two-phase-open methods following WK90411 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/indexed_db_dispatcher.h
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
index 17f86e45f1427da25e712706406d024b96ca50d9..569658a8365aac4d5c9428d9d4ca425cb5296f58 100644
--- a/content/common/indexed_db/indexed_db_dispatcher.h
+++ b/content/common/indexed_db/indexed_db_dispatcher.h
@@ -70,14 +70,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
const string16& origin,
WebKit::WebFrame* web_frame);
- // TODO(jsbell): Remove this overload once WK90411 rolls.
- void RequestIDBFactoryOpen(
- const string16& name,
- int64 version,
- WebKit::WebIDBCallbacks* callbacks,
- const string16& origin,
- WebKit::WebFrame* web_frame);
-
void RequestIDBFactoryOpen(
const string16& name,
int64 version,
@@ -121,10 +113,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
void RequestIDBDatabaseClose(
int32 idb_database_id);
- void RequestIDBDatabaseOpen(
- WebKit::WebIDBDatabaseCallbacks* callbacks_ptr,
- int32 idb_database_id);
-
void RequestIDBDatabaseSetVersion(
const string16& version,
WebKit::WebIDBCallbacks* callbacks,
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698