| Index: content/common/indexed_db/proxy_webidbdatabase_impl.cc
|
| diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.cc b/content/common/indexed_db/proxy_webidbdatabase_impl.cc
|
| index c1e877cc6df234dd6dedbcf62305fea485d87874..908c87428b0556e0ac6fd5da2bc616cbc5287ec3 100644
|
| --- a/content/common/indexed_db/proxy_webidbdatabase_impl.cc
|
| +++ b/content/common/indexed_db/proxy_webidbdatabase_impl.cc
|
| @@ -148,10 +148,3 @@ void RendererWebIDBDatabaseImpl::close() {
|
| IndexedDBDispatcher::ThreadSpecificInstance();
|
| dispatcher->RequestIDBDatabaseClose(idb_database_id_);
|
| }
|
| -
|
| -void RendererWebIDBDatabaseImpl::open(WebIDBDatabaseCallbacks* callbacks) {
|
| - IndexedDBDispatcher* dispatcher =
|
| - IndexedDBDispatcher::ThreadSpecificInstance();
|
| - DCHECK(dispatcher);
|
| - dispatcher->RequestIDBDatabaseOpen(callbacks, idb_database_id_);
|
| -}
|
|
|