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 f4f82c4a75ed9d7ea18603f84703be7ee20570ee..92d8a22ed111cbcddd2d6699292062ee2884d685 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -184,9 +184,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
void OnPrefetchReset(int32 ipc_cursor_id, |
int used_prefetches, |
int unused_prefetches); |
- void OnDelete(int32 ipc_object_store_id, |
- int32 ipc_thread_id, |
- int32 ipc_callbacks_id); |
void OnDestroyed(int32 ipc_cursor_id); |
IndexedDBDispatcherHost* parent_; |