| Index: content/browser/plugin_process_host.h
|
| diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h
|
| index aaaf6ddf56699c8ebf28547ae5e89b7403e3d346..71c758039ba560c1551703a6b187a946b890ff9c 100644
|
| --- a/content/browser/plugin_process_host.h
|
| +++ b/content/browser/plugin_process_host.h
|
| @@ -133,10 +133,6 @@ class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate,
|
| void OnPluginWindowDestroyed(HWND window, HWND parent);
|
| #endif
|
|
|
| -#if defined(USE_X11)
|
| - void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output);
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX)
|
| void OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect,
|
| bool modal);
|
|
|