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"; |