| 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 2a9ec0d2c1e6c7bfba58e8d839219e634ed4cdc7..ae7b87c0edced09dc574cf8737d9f035e3274bf3 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -123,8 +123,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| bool OnMessageReceived(const IPC::Message& message, bool *msg_is_ok);
|
| void Send(IPC::Message* message);
|
|
|
| - void OnMetadata(int32 ipc_database_id,
|
| - IndexedDBDatabaseMetadata* metadata);
|
| void OnCreateObjectStore(
|
| const IndexedDBHostMsg_DatabaseCreateObjectStore_Params& params);
|
| void OnDeleteObjectStore(int32 ipc_database_id,
|
|
|