Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 6ddd3754f46e7c2b4e6f6d22dd2c7f788cd7ed1c..cd17084bbf8230bdfd9cbf08e41e6f25a2523aeb 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -461,6 +461,11 @@ const char kRendererCrashTest[] = "renderer-crash-test"; |
| // Causes the process to run as renderer instead of as browser. |
| const char kRendererProcess[] = "renderer"; |
| +// Overwrites the default/calculated limit to the number of renderer processes. |
|
Charlie Reis
2012/02/07 17:36:36
Nit: Overrides
nasko
2012/02/07 19:01:22
Done.
|
| +// Very high values for this setting can lead to high memory/resource usage |
| +// or instability. |
| +const char kRendererProcessLimit[] = "renderer-process-limit"; |
| + |
| // Causes the renderer process to display a dialog on launch. |
| const char kRendererStartupDialog[] = "renderer-startup-dialog"; |