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

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

Issue 179983006: Don't start the SECCOMP sandbox early for Tegra124 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 ea4a1b36e1ed05e6bd5d3e6813ff0541716e7bda..b1fdbdca71d24a5268296e39e2afdf97add1eb2d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -670,6 +670,9 @@ const char kGpuProcess[] = "gpu-process";
// Allow shmat system call in GPU sandbox.
const char kGpuSandboxAllowSysVShm[] = "gpu-sandbox-allow-sysv-shm";
+// Allow GPU sandbox to start later
+const char kGpuSandboxStartLater[] = "gpu-sandbox-start-later";
Jorge Lucangeli Obes 2014/03/19 16:44:05 We should call this one something like "gpu-sandbo
jln (very slow on Chromium) 2014/03/20 00:21:01 It would be nice to make it clear that the "normal
+
// Causes the GPU process to display a dialog on launch.
const char kGpuStartupDialog[] = "gpu-startup-dialog";
« content/browser/gpu/gpu_process_host.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