Chromium Code Reviews| Index: chromecast/media/cma/pipeline/load_type.h |
| diff --git a/chromecast/media/cma/pipeline/load_type.h b/chromecast/media/cma/pipeline/load_type.h |
| index 569b2ef33f2fc5fddb1e3481646947652c34b6f5..87b7d85c71f5ca895269cc5cf806692431274ba7 100644 |
| --- a/chromecast/media/cma/pipeline/load_type.h |
| +++ b/chromecast/media/cma/pipeline/load_type.h |
| @@ -12,6 +12,7 @@ enum LoadType { |
| kLoadTypeURL, |
| kLoadTypeMediaSource, |
| kLoadTypeMediaStream, |
| + kLoadTypeLiveSource, |
| }; |
| } // namespace media |