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

Unified Diff: ppapi/proxy/ppp_content_decryptor_private_proxy.h

Issue 131653003: Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 10 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/proxy/ppp_content_decryptor_private_proxy.h
diff --git a/ppapi/proxy/ppp_content_decryptor_private_proxy.h b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
index dfbcf4f5d42806e575ea56395595266a83220d5b..2ed248477d9100b22158323b8032701d65e82ab4 100644
--- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
+++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
@@ -34,8 +34,11 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
SerializedVarReceiveInput key_system);
void OnMsgCreateSession(PP_Instance instance,
uint32_t session_id,
- SerializedVarReceiveInput type,
+ SerializedVarReceiveInput content_type,
SerializedVarReceiveInput init_data);
+ void OnMsgLoadSession(PP_Instance instance,
+ uint32_t session_id,
+ SerializedVarReceiveInput web_session_id);
void OnMsgUpdateSession(PP_Instance instance,
uint32_t session_id,
SerializedVarReceiveInput response);
« ppapi/cpp/private/content_decryptor_private.h ('K') | « ppapi/proxy/ppapi_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698