| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 16307)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -96,6 +96,9 @@
|
| // Runs the renderer outside the sandbox.
|
| const wchar_t kNoSandbox[] = L"no-sandbox";
|
|
|
| +// Disables the alternate window station for the renderer.
|
| +const wchar_t kDisableAltWinstation[] = L"disable-winsta";
|
| +
|
| // Runs the plugin processes inside the sandbox.
|
| const wchar_t kSafePlugins[] = L"safe-plugins";
|
|
|
|
|