Chromium Code Reviews| Index: ppapi/thunk/interfaces_ppb_private_no_permissions.h |
| diff --git a/ppapi/thunk/interfaces_ppb_private_no_permissions.h b/ppapi/thunk/interfaces_ppb_private_no_permissions.h |
| index 13a60d11e8c5c5493c193eb680daac1ef53df9d2..a948aef0675b86975c1dc6ed2e04d07af7ce2377 100644 |
| --- a/ppapi/thunk/interfaces_ppb_private_no_permissions.h |
| +++ b/ppapi/thunk/interfaces_ppb_private_no_permissions.h |
| @@ -53,4 +53,7 @@ PROXIED_IFACE(NoAPIName, PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1, |
| PROXIED_IFACE(NoAPIName, PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1, |
| PPB_VideoSource_Private_0_1) |
| +PROXIED_IFACE(NoAPIName, PPB_OUTPUTPROTECTION_PRIVATE_INTERFACE_0_1, |
| + PPB_OutputProtection_Private_0_1) |
|
dmichael (off chromium)
2013/09/09 20:37:15
See the comment on 10 and 11... is that how we wa
kcwu
2013/09/10 12:50:21
Good question. I'm not sure how CDM will use this
DaleCurtis
2013/09/12 18:32:38
Per ddorwin@ the CDM has private permissions, so i
kcwu
2013/09/16 11:57:37
Done.
|
| + |
| #include "ppapi/thunk/interfaces_postamble.h" |