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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9936002: Added code so renderer would cleanly exit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added chrome_switches.cc to libcontent_browser.a. 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 33cc263b76894991bb8fb15b8fdf3f19b6c32f4e..a0e454c643ab7799c88261d73637346a5b5c0d0b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -563,6 +563,9 @@ const char kEnablePasswordGeneration[] = "enable-password-generation";
// Enables advanced app capabilities.
const char kEnablePlatformApps[] = "enable-platform-apps";
+// Enables clean exit of the renderer process via calling exit().
+const char kEnableRendererCleanExit[] = "renderer-clean-exit";
+
// Enables content settings based on host *and* plug-in in the user
// preferences.
const char kEnableResourceContentSettings[] =

Powered by Google App Engine
This is Rietveld 408576698