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

Unified Diff: chrome/common/chrome_switches.cc

Issue 5580002: Mac: Tell the GPU sandbox to deny a few things. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser tests pass Created 10 years 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: 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.

Powered by Google App Engine
This is Rietveld 408576698