| Index: media/test/pipeline_integration_test_base.h
|
| diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h
|
| index 6e17ad01fd8b0870c7c8f1d4df6d9175c9e04cde..064fd17f8391ec3fd31255ea5d604d5ff5775af5 100644
|
| --- a/media/test/pipeline_integration_test_base.h
|
| +++ b/media/test/pipeline_integration_test_base.h
|
| @@ -68,7 +68,8 @@ class PipelineIntegrationTestBase : public Pipeline::Client {
|
| kNormal = 0,
|
| kHashed = 1,
|
| kClockless = 2,
|
| - kExpectDemuxerFailure = 4
|
| + kExpectDemuxerFailure = 4,
|
| + kUnreliableDuration = 8,
|
| };
|
|
|
| // Starts the pipeline with a file specified by |filename|, optionally with a
|
|
|