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..4dc5a8a597d13cbbd0afdb40a9362b5bc4e279ed 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, |
| + kLoadTypeCommunication, |
| }; |
| } // namespace media |