| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index 8e39d06e6eddf02b22c906cb97fa09974c251ebb..4af77db94d8a734b439b7bbf1ff77c4087bfb265 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -22,10 +22,8 @@ namespace media {
|
|
|
| // Error definitions for pipeline. All codes indicate an error except:
|
| // PIPELINE_OK indicates the pipeline is running normally.
|
| -// PIPELINE_STOPPING is used internally when Pipeline::Stop() is called.
|
| enum PipelineError {
|
| PIPELINE_OK,
|
| - PIPELINE_STOPPING,
|
| PIPELINE_ERROR_URL_NOT_FOUND,
|
| PIPELINE_ERROR_NETWORK,
|
| PIPELINE_ERROR_DECODE,
|
|
|