Index: content/browser/renderer_host/media/midi_host.cc |
=================================================================== |
--- content/browser/renderer_host/media/midi_host.cc (revision 225900) |
+++ content/browser/renderer_host/media/midi_host.cc (working copy) |
@@ -46,12 +46,6 @@ |
midi_manager_->EndSession(this); |
} |
-void MIDIHost::OnChannelClosing() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
- |
- BrowserMessageFilter::OnChannelClosing(); |
-} |
- |
void MIDIHost::OnDestruct() const { |
BrowserThread::DeleteOnIOThread::Destruct(this); |
} |