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

Unified Diff: content/public/common/content_switches.cc

Issue 10534049: Disable the seccomp filter GPU process sandbox by default on Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5d1aeab7ae3456686a64df3dfd6ef11c471691c7..07130f82bdf1f172dcdf106502b68bcf1130fca8 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -183,6 +183,9 @@ const char kDisableSeccompSandbox[] = "disable-seccomp-sandbox";
// Disable the seccomp filter sandbox (Linux only)
const char kDisableSeccompFilterSandbox[] = "disable-seccomp-filter-sandbox";
+// Enable the seccomp filter sandbox for the GPU process (Chrome OS only)
+const char kEnableChromeOSGPUSandbox[] = "enable-chromeos-gpu-sandbox";
Chris Evans 2012/06/07 23:11:34 I think this flag should be more generic, i.e. "en
Jorge Lucangeli Obes 2012/06/08 00:15:24 Changed flag name, but I'm wary about using the fl
+
// Disable session storage.
const char kDisableSessionStorage[] = "disable-session-storage";
« content/common/sandbox_init_linux.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698