Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index d04c3a553fe14421212dc041949f146db6f279e7..d6ff6535e8485113468f7591bd58faa92ee6165c 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -929,6 +929,13 @@ IPC_BEGIN_MESSAGES(ViewHost) |
IPC::ChannelHandle /* handle to channel */, |
FilePath /* plugin_path */) |
+#if defined(OS_LINUX) |
+ IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_CreatePluginContainer, |
+ gfx::PluginWindowHandle /* container */) |
+ IPC_SYNC_MESSAGE_ROUTED1_0(ViewHostMsg_DestroyPluginContainer, |
+ gfx::PluginWindowHandle /* container */) |
+#endif |
+ |
// Clipboard IPC messages |
// This message is used when the object list does not contain a bitmap. |