| 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,
|
|
|