| Index: content/browser/renderer_host/media/media_stream_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_dispatcher_host.h b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
|
| index 8ed45a0c9a3c785ef8e3033a5ef9fa9f4a7e9e57..0c664bda1c4f1ba970ae1df75c42dc7cd374f811 100644
|
| --- a/content/browser/renderer_host/media/media_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
|
| @@ -36,10 +36,8 @@ class CONTENT_EXPORT MediaStreamDispatcherHost
|
| virtual void VideoDeviceFailed(const std::string& label, int index) OVERRIDE;
|
| virtual void DevicesEnumerated(const std::string& label,
|
| const StreamDeviceInfoArray& devices) OVERRIDE;
|
| - virtual void DevicesEnumerationFailed(const std::string& label) OVERRIDE;
|
| virtual void DeviceOpened(const std::string& label,
|
| const StreamDeviceInfo& video_device) OVERRIDE;
|
| - virtual void DeviceOpenFailed(const std::string& label) OVERRIDE;
|
|
|
| // content::BrowserMessageFilter implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message,
|
|
|