| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6baf3c79e6ae3d003c0218939aaac9a643a4e1d5..41e3149524eba39318da3183b4fa9dee0930a7c1 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -491,6 +491,11 @@ const char kRendererCrashTest[] = "renderer-crash-test";
|
| // Causes the process to run as renderer instead of as browser.
|
| const char kRendererProcess[] = "renderer";
|
|
|
| +// Overrides the default/calculated limit to the number of renderer processes.
|
| +// 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";
|
|
|
|
|