| Index: media/base/pipeline_status.h
|
| diff --git a/media/base/pipeline_status.h b/media/base/pipeline_status.h
|
| index 0d9049480bedb45485c115ef99f09dbcf0a8047c..c208d01d583b0b971668ed13c8dd3941782e1adc 100644
|
| --- a/media/base/pipeline_status.h
|
| +++ b/media/base/pipeline_status.h
|
| @@ -22,7 +22,6 @@ enum PipelineStatus {
|
| PIPELINE_ERROR_DECRYPT = 4,
|
| PIPELINE_ERROR_ABORT = 5,
|
| PIPELINE_ERROR_INITIALIZATION_FAILED = 6,
|
| - PIPELINE_ERROR_REQUIRED_FILTER_MISSING = 7,
|
| PIPELINE_ERROR_COULD_NOT_RENDER = 8,
|
| PIPELINE_ERROR_READ = 9,
|
| PIPELINE_ERROR_OPERATION_PENDING = 10,
|
|
|