| Index: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| index ed3357ecbc4914b29efa42033682295bc211810d..acf4acc441781e2407bed6bee791862e7a166a36 100644
|
| --- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -190,6 +190,8 @@ class IndexedDBDispatcherHost
|
| void Send(IPC::Message* message);
|
|
|
| // TODO: add the rest of the transaction methods.
|
| + void OnObjectStore(int32 transaction_id, const string16& name,
|
| + IPC::Message* reply_msg);
|
| void OnDestroyed(int32 idb_transaction_id);
|
|
|
| IndexedDBDispatcherHost* parent_;
|
|
|