| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9190ca142ce4845bd53776a08b2708d65e0e742b..4ec48aab48fb5621c25f4dee5e2ec57ce03d3b9d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -655,6 +655,10 @@ const char kGpuSandboxAllowSysVShm[] = "gpu-sandbox-allow-sysv-shm";
|
| // Makes GPU sandbox failures fatal.
|
| const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-failures-fatal";
|
|
|
| +// Allow GPU sandbox to start later
|
| +const char kGpuSandboxStartAfterInitialization[] =
|
| + "gpu-sandbox-start-after-initialization";
|
| +
|
| // Causes the GPU process to display a dialog on launch.
|
| const char kGpuStartupDialog[] = "gpu-startup-dialog";
|
|
|
|
|