Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index daa94458c5c684869704d89f8c394ab02a0254e3..7a9d6f5fb836aff9d9c0100c6724ac7dd9a8a429 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -723,6 +723,10 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError, |
PP_VideoDecodeError_Dev /* error */) |
#endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
+// plugin_main_nacl reports changes in idle status from the plugin to browser. |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_IdleStateChange, |
+ bool /* idle */) |
+ |
// ----------------------------------------------------------------------------- |
// These are from the plugin to the renderer. |