| Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/indexed_db/indexed_db_dispatcher_host.cc (revision 225900)
|
| +++ content/browser/indexed_db/indexed_db_dispatcher_host.cc (working copy)
|
| @@ -44,8 +44,6 @@
|
| IndexedDBDispatcherHost::~IndexedDBDispatcherHost() {}
|
|
|
| void IndexedDBDispatcherHost::OnChannelClosing() {
|
| - BrowserMessageFilter::OnChannelClosing();
|
| -
|
| bool success = indexed_db_context_->TaskRunner()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&IndexedDBDispatcherHost::ResetDispatcherHosts, this));
|
|
|