| Index: chrome/renderer/media/data_source_impl.cc
|
| ===================================================================
|
| --- chrome/renderer/media/data_source_impl.cc (revision 10997)
|
| +++ chrome/renderer/media/data_source_impl.cc (working copy)
|
| @@ -153,9 +153,7 @@
|
| // be called. Since the file handle is asynchronous, return value other
|
| // than ERROR_IO_PENDING is an error.
|
| if (stream_->Read(c_data, size, &read_callback_) != net::ERR_IO_PENDING) {
|
| - // TODO(hclam): change to PipelineError::PIPELINE_ERROR_READ once ralphl
|
| - // gets the new pipeline CL checked in.
|
| - host_->Error(media::PIPELINE_ERROR_NETWORK);
|
| + host_->Error(media::PIPELINE_ERROR_READ);
|
| }
|
| }
|
| }
|
|
|