| Index: content/browser/plugin_process_host.h
|
| diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h
|
| index 66ec73dfd8d7d2c74275c54f35744ea549865b73..d96499c39cb07a9e821cebed2476fe0482d019ee 100644
|
| --- a/content/browser/plugin_process_host.h
|
| +++ b/content/browser/plugin_process_host.h
|
| @@ -138,10 +138,6 @@ class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate,
|
| void OnChannelCreated(const IPC::ChannelHandle& channel_handle);
|
| void OnChannelDestroyed(int renderer_id);
|
|
|
| -#if defined(OS_WIN)
|
| - void OnPluginWindowDestroyed(HWND window, HWND parent);
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX)
|
| void OnPluginShowWindow(uint32_t window_id,
|
| gfx::Rect window_rect,
|
| @@ -175,10 +171,6 @@ class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate,
|
| // The pid of the plugin process.
|
| int pid_;
|
|
|
| -#if defined(OS_WIN)
|
| - // Tracks plugin parent windows created on the UI thread.
|
| - std::set<HWND> plugin_parent_windows_set_;
|
| -#endif
|
| #if defined(OS_MACOSX)
|
| // Tracks plugin windows currently visible.
|
| std::set<uint32_t> plugin_visible_windows_set_;
|
|
|