Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3073)

Unified Diff: chrome/browser/plugin_process_host.h

Issue 371015: Linux: Catch plugin crashes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698