diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e93abe7..a521514 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -96,6 +96,9 @@ const wchar_t kInProcessPlugins[] = L"in-process-plugins"; // 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"; |