| Index: webkit/media/webmediaplayer_impl.cc
|
| diff --git a/webkit/media/webmediaplayer_impl.cc b/webkit/media/webmediaplayer_impl.cc
|
| index 030e57a28d67e93862132d12f0b9803d24b7084e..11df8bcce468a5d0785857b07d984e36fd41c99c 100644
|
| --- a/webkit/media/webmediaplayer_impl.cc
|
| +++ b/webkit/media/webmediaplayer_impl.cc
|
| @@ -840,7 +840,6 @@ void WebMediaPlayerImpl::OnPipelineError(PipelineStatus error) {
|
| // NetworkStateFormatError instead of calling OnPipelineError(), I believe
|
| // this block can be deleted. Should look into it! (crbug.com/126070)
|
| case media::PIPELINE_ERROR_INITIALIZATION_FAILED:
|
| - case media::PIPELINE_ERROR_REQUIRED_FILTER_MISSING:
|
| case media::PIPELINE_ERROR_COULD_NOT_RENDER:
|
| case media::PIPELINE_ERROR_URL_NOT_FOUND:
|
| case media::DEMUXER_ERROR_COULD_NOT_OPEN:
|
|
|