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

Unified Diff: ppapi/proxy/ppp_content_decryptor_private_proxy.h

Issue 24192004: Changes to the EME Pepper API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 5e7ecc85dbadd6dc09d6f795e7c4f2db9ad44412..2fa42ee7331213b670548adf885149a5b7947c94 100644
--- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
+++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
@@ -30,8 +30,10 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
virtual bool OnMessageReceived(const IPC::Message& msg);
// Message handlers.
+ void OnMsgInitialize(PP_Instance instance,
+ SerializedVarReceiveInput key_system,
+ const std::string& serialized_key_systems_flags);
void OnMsgGenerateKeyRequest(PP_Instance instance,
- SerializedVarReceiveInput key_system,
SerializedVarReceiveInput type,
SerializedVarReceiveInput init_data);
void OnMsgAddKey(PP_Instance instance,

Powered by Google App Engine
This is Rietveld 408576698