| Index: content/renderer/media/media_stream_impl.cc
|
| ===================================================================
|
| --- content/renderer/media/media_stream_impl.cc (revision 161798)
|
| +++ content/renderer/media/media_stream_impl.cc (working copy)
|
| @@ -285,24 +285,6 @@
|
| user_media_request.requestFailed();
|
| }
|
|
|
| -void MediaStreamImpl::OnVideoDeviceFailed(const std::string& label,
|
| - int index) {
|
| - DCHECK(CalledOnValidThread());
|
| - DVLOG(1) << "MediaStreamImpl::OnVideoDeviceFailed("
|
| - << label << ", " << index << ")";
|
| - // TODO(grunell): Implement. Currently not supported in WebKit.
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -void MediaStreamImpl::OnAudioDeviceFailed(const std::string& label,
|
| - int index) {
|
| - DCHECK(CalledOnValidThread());
|
| - DVLOG(1) << "MediaStreamImpl::OnAudioDeviceFailed("
|
| - << label << ", " << index << ")";
|
| - // TODO(grunell): Implement. Currently not supported in WebKit.
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void MediaStreamImpl::OnDevicesEnumerated(
|
| int request_id,
|
| const media_stream::StreamDeviceInfoArray& device_array) {
|
|
|