| Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| index 8f3bda65718b5d983abe6026afd170f236c50333..0b9df16092cac82f1102a78a5b77080082f09900 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| @@ -282,7 +282,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| // below.
|
| void OnIDBFactoryGetDatabaseNames(
|
| const IndexedDBHostMsg_FactoryGetDatabaseNames_Params& p);
|
| - void OnIDBFactoryOpen(const IndexedDBHostMsg_FactoryOpen_Params& p);
|
|
|
| void OnIDBFactoryDeleteDatabase(
|
| const IndexedDBHostMsg_FactoryDeleteDatabase_Params& p);
|
|
|