| 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..fd45fd0e7deb333beaec7f2be7a681d871b02d2d 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -133,7 +133,6 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter {
|
| int32 mode,
|
| int32* idb_transaction_id,
|
| WebKit::WebExceptionCode* ec);
|
| - void OnOpen(int32 idb_database_id, int32 thread_id, int32 response_id);
|
| void OnClose(int32 idb_database_id);
|
| void OnDestroyed(int32 idb_database_id);
|
|
|
|
|