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[] = |