| 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 9fa208fb2fbdd1c07de2aaf8c29b63bcfc9e23e4..cfa73dd24a3d2b4997aac823ee6a76db557cc68c 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -233,6 +233,7 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter {
|
| bool OnMessageReceived(const IPC::Message& message, bool *msg_is_ok);
|
| void Send(IPC::Message* message);
|
|
|
| + // TODO(jsbell): Remove the next three methods after WK92278 rolls.
|
| void OnKey(int32 idb_object_store_id, content::IndexedDBKey* key);
|
| void OnPrimaryKey(int32 idb_object_store_id,
|
| content::IndexedDBKey* primary_key);
|
|
|