summaryrefslogtreecommitdiffstats
path: root/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/in_process_webkit/indexed_db_dispatcher_host.h')
-rw-r--r--content/browser/in_process_webkit/indexed_db_dispatcher_host.h1
1 files changed, 1 insertions, 0 deletions
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 ef6c478..1ed4311 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -115,6 +115,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
explicit DatabaseDispatcherHost(IndexedDBDispatcherHost* parent);
~DatabaseDispatcherHost();
+ void CloseAll();
bool OnMessageReceived(const IPC::Message& message, bool *msg_is_ok);
void Send(IPC::Message* message);