| Index: chrome/browser/plugin_process_host.h
|
| ===================================================================
|
| --- chrome/browser/plugin_process_host.h (revision 31259)
|
| +++ chrome/browser/plugin_process_host.h (working copy)
|
| @@ -7,8 +7,9 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| +#include <queue>
|
| #include <set>
|
| -#include <queue>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "app/gfx/native_widget_types.h"
|
| @@ -114,6 +115,10 @@
|
| gfx::NativeWindow caller_window);
|
| #endif
|
|
|
| +#if defined(OS_POSIX)
|
| + base::ProcessHandle InitHelperPosix(const CommandLine& cmd_line);
|
| +#endif
|
| +
|
| #if defined(OS_LINUX)
|
| void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output);
|
| #endif
|
|
|