summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db/indexed_db_dispatcher.h
diff options
context:
space:
mode:
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 23:44:51 +0000
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 23:44:51 +0000
commit311af259f0ae9b833c0844581aa7a44646160444 (patch)
tree1d4fe813190522b65cdca377af46e2eb277371b0 /content/common/indexed_db/indexed_db_dispatcher.h
parent800243ca1d5326213049581aa18a80a892e5ff02 (diff)
downloadchromium_src-311af259f0ae9b833c0844581aa7a44646160444.zip
chromium_src-311af259f0ae9b833c0844581aa7a44646160444.tar.gz
chromium_src-311af259f0ae9b833c0844581aa7a44646160444.tar.bz2
IndexedDB: Remove unused two-phase-open methods following WK90411
TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/indexed_db/indexed_db_dispatcher.h')
-rw-r--r--content/common/indexed_db/indexed_db_dispatcher.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
index 17f86e4..569658a 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,