| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 6352e65c2d00e59f914a6f47c2ea30df7564b585..ca4ea367de6e99b22abbe27171c283cc3dcf4914 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -725,6 +725,9 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError,
|
| PP_VideoDecodeError_Dev /* error */)
|
| #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
|
|
|
| +// Reports to the browser that a plugin has been active.
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Keepalive)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // These are from the plugin to the renderer.
|
|
|
|
|