diff options
Diffstat (limited to 'ppapi/proxy/ppapi_messages_internal.h')
-rw-r--r-- | ppapi/proxy/ppapi_messages_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ppapi/proxy/ppapi_messages_internal.h b/ppapi/proxy/ppapi_messages_internal.h index 2bc4da4..b181b2e 100644 --- a/ppapi/proxy/ppapi_messages_internal.h +++ b/ppapi/proxy/ppapi_messages_internal.h @@ -29,11 +29,6 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_SupportsInterface, std::string /* interface_name */, bool /* result */) -// Way for the renderer to list all interfaces that is supports in advance to -// avoid extra IPC traffic. -IPC_MESSAGE_CONTROL1(PpapiMsg_DeclareInterfaces, - std::vector<std::string> /* interfaces */) - IPC_MESSAGE_CONTROL2(PpapiMsg_ExecuteCallback, uint32 /* serialized_callback */, int32 /* param */) |