Chromium Code Reviews| Index: ppapi/api/ppb_video_decoder.idl |
| diff --git a/ppapi/api/ppb_video_decoder.idl b/ppapi/api/ppb_video_decoder.idl |
| index 58f9e557092feb1975ae4caded53843658e20e3b..848543c10f3b5de5b93a29b414e4b7837ee28834 100644 |
| --- a/ppapi/api/ppb_video_decoder.idl |
| +++ b/ppapi/api/ppb_video_decoder.idl |
| @@ -10,8 +10,9 @@ |
| [generate_thunk] |
| label Chrome { |
| - [channel=dev] M36 = 0.1, |
| - [channel=dev] M39 = 0.2 |
| + /** Though not labeled 'channel=dev', 0.1 is a still a 'Dev' only API. */ |
|
dmichael (off chromium)
2014/09/10 20:11:13
Just adding more detail from offline discussions f
|
| + M36 = 0.1, |
| + M39 = 0.2 |
| }; |
| /** |