Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: ppapi/thunk/interfaces_ppb_private_no_permissions.h

Issue 24039002: Pepper API implementation for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: avoid PostTask methods in dtor Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698