| Index: content/browser/renderer_host/media/video_capture_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/video_capture_host.cc (revision 225900)
|
| +++ content/browser/renderer_host/media/video_capture_host.cc (working copy)
|
| @@ -20,8 +20,6 @@
|
| VideoCaptureHost::~VideoCaptureHost() {}
|
|
|
| void VideoCaptureHost::OnChannelClosing() {
|
| - BrowserMessageFilter::OnChannelClosing();
|
| -
|
| // Since the IPC channel is gone, close all requested VideoCaptureDevices.
|
| for (EntryMap::iterator it = entries_.begin(); it != entries_.end(); it++) {
|
| const base::WeakPtr<VideoCaptureController>& controller = it->second;
|
|
|