| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index be4e83d6993cae6a7c9f6bf6d5a5e02adb89db30..22acc46815516a657a91d1f0b5ec4d3b97d13067 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -830,7 +830,7 @@ const char kNoExperiments[] = "no-experiments";
|
| // you're for some reason tempted to pass them both.
|
| const char kNoFirstRun[] = "no-first-run";
|
|
|
| -// Runs just the GPU process outside the sandbox.
|
| +// Don't Sandbox the GPU process, does not affect other sandboxed processes.
|
| const char kNoGpuSandbox[] = "no-gpu-sandbox";
|
|
|
| // Support a separate switch that enables the v8 playback extension.
|
|
|