| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 512cf286b2645d889f2f4b8394b02591e7f77b00..63304e62744cd01111df90ff96deedd41f7e7a32 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -822,6 +822,9 @@ 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.
|
| +const char kNoGpuSandbox[] = "no-gpu-sandbox";
|
| +
|
| // Support a separate switch that enables the v8 playback extension.
|
| // The extension causes javascript calls to Date.now() and Math.random()
|
| // to return consistent values, such that subsequent loads of the same
|
| @@ -839,7 +842,7 @@ const char kNoProxyServer[] = "no-proxy-server";
|
| // Don't send HTTP-Referer headers.
|
| const char kNoReferrers[] = "no-referrers";
|
|
|
| -// Runs the renderer outside the sandbox.
|
| +// Disables the sandbox for all process types that are normally sandboxed.
|
| const char kNoSandbox[] = "no-sandbox";
|
|
|
| // Does not automatically open a browser window on startup (used when launching
|
|
|