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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 9936002: Added code so renderer would cleanly exit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added ifdef around alarm(30). Created 8 years, 8 months 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
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 8454ae387d131789e7e0dc4b194921328f4c5b31..d62cada4e1e5e9b77ccb5a07d3da49e1bbedfd14 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -733,6 +733,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
#if !defined(OFFICIAL_BUILD)
switches::kRendererCheckFalseTest,
#endif // !defined(OFFICIAL_BUILD)
+#if defined(OS_POSIX)
+ switches::kRendererCleanExit,
+#endif
switches::kRendererCrashTest,
switches::kRendererStartupDialog,
switches::kShowPaintRects,
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698