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