Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 30cfdfe66e853b4b647c6f854dc376ccfbdbd074..84025d21c7e6c8da8da791d4a29823d96502869d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1761,6 +1761,10 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_AllocateSharedMemoryBuffer, |
IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged, |
bool /* enabled */) |
+// Informs the browser that a plugin has gained or lost focus. |
kochi
2011/05/25 06:19:44
Please be specific that this is "a ppapi plugin".
kinaba
2011/05/25 22:23:53
(Removed from the patch set 2.)
|
+IPC_MESSAGE_ROUTED1(ViewHostMsg_PpapiPluginFocusChanged, |
+ bool /* focused */) |
+ |
#if defined(OS_MACOSX) |
// On OSX, we cannot allocated shared memory from within the sandbox, so |
// this call exists for the renderer to ask the browser to allocate memory |