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

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: git try Created 8 years, 9 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 | « chrome/common/chrome_switches.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 33cc263b76894991bb8fb15b8fdf3f19b6c32f4e..8e41bf1838ad75ff6d63643b860ed55e6ab747d2 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();
Nirnimesh 2012/04/06 01:06:41 nit: end with period, not ;
+const char kEnableRendererCleanExit[] = "renderer-clean-exit";
+
// Enables content settings based on host *and* plug-in in the user
// preferences.
const char kEnableResourceContentSettings[] =
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698