| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| index bf49e036f0fb3aacc645ecacf4be3bd2982942f6..3e9e7b59515b445529c217674c27fd17416a286c 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -86,6 +86,8 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter {
|
| // below.
|
| void OnIDBFactoryGetDatabaseNames(
|
| const IndexedDBHostMsg_FactoryGetDatabaseNames_Params& p);
|
| + void OnIDBFactoryOpenLegacy(
|
| + const IndexedDBHostMsg_FactoryOpen_Params& p);
|
| void OnIDBFactoryOpen(const IndexedDBHostMsg_FactoryOpen_Params& p);
|
|
|
| void OnIDBFactoryDeleteDatabase(
|
|
|