Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 04148f635f418798d081de3ca48c8029f9044573..8b77fafc8c39984badc369e62c5a56592c00643b 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -661,8 +661,12 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_Initialize, |
IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_CreateSession, |
PP_Instance /* instance */, |
uint32_t /* session_id */, |
- ppapi::proxy::SerializedVar /* type, String */, |
+ ppapi::proxy::SerializedVar /* content_type, String */, |
ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */) |
+IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_LoadSession, |
+ PP_Instance /* instance */, |
+ uint32_t /* session_id */, |
+ ppapi::proxy::SerializedVar /* web_session_id, String */) |
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_UpdateSession, |
PP_Instance /* instance */, |
uint32_t /* session_id */, |