diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 18:25:58 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 18:25:58 +0000 |
commit | c997bc4b4403eb48f7ed1bb76a5392f4232bbdd9 (patch) | |
tree | e13ce03df198d9548851dd8e8aa02da3d6a978da /content/common/plugin_process_messages.h | |
parent | 54ba65aa8b7f842f125f704dfabb589559e9f60d (diff) | |
download | chromium_src-c997bc4b4403eb48f7ed1bb76a5392f4232bbdd9.zip chromium_src-c997bc4b4403eb48f7ed1bb76a5392f4232bbdd9.tar.gz chromium_src-c997bc4b4403eb48f7ed1bb76a5392f4232bbdd9.tar.bz2 |
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux
BUG=297026
Review URL: https://codereview.chromium.org/234533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/plugin_process_messages.h')
-rw-r--r-- | content/common/plugin_process_messages.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/content/common/plugin_process_messages.h b/content/common/plugin_process_messages.h index fb76a9e6..5eb7544 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 |