Index: content/common/plugin_process_messages.h |
diff --git a/content/common/plugin_process_messages.h b/content/common/plugin_process_messages.h |
index fb76a9e61475cc5566a1cf79dcb3f66ce24e379d..5eb75449921ea37b2ff3db92539eab024b140f3f 100644 |
--- a/content/common/plugin_process_messages.h |
+++ b/content/common/plugin_process_messages.h |
@@ -61,16 +61,6 @@ IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginWindowDestroyed, |
HWND /* parent */) |
#endif |
-#if defined(USE_X11) |
-// On X11, the mapping between NativeViewId and X window ids |
-// is known only to the browser. This message lets the plugin process |
-// ask about a NativeViewId that was provided by the renderer. |
-// It will get 0 back if it's a bogus input. |
-IPC_SYNC_MESSAGE_CONTROL1_1(PluginProcessHostMsg_MapNativeViewId, |
- gfx::NativeViewId /* input: native view id */, |
- gfx::PluginWindowHandle /* output: X window id */) |
-#endif |
- |
#if defined(OS_MACOSX) |
// On Mac OS X, we need the browser to keep track of plugin windows so |
// that it can add and remove them from stacking groups, hide and show the |