| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2313cf7074982b3b3c0d260d2fc5f51442f94473..8481b2608f9e29e316e6630e80c99da34307256a 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1326,6 +1326,14 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetVoucherFile)
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetVoucherFileReply,
|
| ppapi::FileRefCreateInfo /* file_info */)
|
|
|
| +// Requests a value indicating whether the monitor on which the instance is
|
| +// displayed is external.
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_MonitorIsExternal)
|
| +// Reply message for MonitorIsExternal which contains the value indicating if
|
| +// the monitor is external.
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_MonitorIsExternalReply,
|
| + PP_Bool /* is_external */)
|
| +
|
| // Gamepad.
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create)
|
|
|
|
|