| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 51924)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -627,6 +627,10 @@
|
| // Runs the renderer outside the sandbox.
|
| const char kNoSandbox[] = "no-sandbox";
|
|
|
| +// Specifies the maximum number of threads to use for running the Proxy
|
| +// Autoconfig (PAC) script.
|
| +const char kNumPacThreads[] = "num-pac-threads";
|
| +
|
| // Launch URL in new browser window.
|
| const char kOpenInNewWindow[] = "new-window";
|
|
|
|
|