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

Unified Diff: chrome/common/chrome_switches.cc

Issue 112074: Linux: Add support for chrooted renderers. (Closed)
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
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index feb9cf35bf03d4d4eedf3f45fb210bcd44e5ea60..f3ad22540492d5b87e22bdedc8c84423a02f62ac 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -474,4 +474,7 @@ const wchar_t kForceFieldTestNameAndValue[] = L"force-fieldtest";
// can be a file path, in which case the file will be used as the new tab page.
const wchar_t kNewNewTabPage[] = L"new-new-tab-page";
+// Enables the Linux sandbox (development only, incomplete).
+const wchar_t kLinuxSandbox[] = L"linux-sandbox";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698