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