Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2242)

Unified Diff: chrome/common/chrome_switches.cc

Issue 113190: Add support for alternate window station. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698