diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 62efdbd..72a5d78 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -110,10 +110,6 @@ class PluginProcessHost : public ChildProcessHost, gfx::NativeWindow caller_window); #endif -#if defined(OS_LINUX) - void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output); -#endif - virtual bool CanShutdown() { return sent_requests_.empty(); } struct ChannelRequest { |