summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authormvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 11:21:20 +0000
committermvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 11:21:20 +0000
commit1e68ed1cfcb9eba851d46c54a5b79da8186a89e9 (patch)
treeb5daa3c642da3cf589f2cdb24def9d89157f67f5 /chromeos/chromeos_switches.cc
parent0bb9f24e63ee6e2ebf22f4633584d48abd65b0a8 (diff)
downloadchromium_src-1e68ed1cfcb9eba851d46c54a5b79da8186a89e9.zip
chromium_src-1e68ed1cfcb9eba851d46c54a5b79da8186a89e9.tar.gz
chromium_src-1e68ed1cfcb9eba851d46c54a5b79da8186a89e9.tar.bz2
Revert of Implement '--gpu-sandbox-failures-nonfatal' flag. (https://codereview.chromium.org/189313002/)
Reason for revert: Looks like this broke Linux ChromiumOS Tests (2): http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/22114 Original issue's description: > Implement '--gpu-sandbox-failures-nonfatal' flag. > > Also, move the flag to content:: instead of chromeos::. > > BUG=327824 > TEST=Chrome compiles, loads with and without the flag. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255564 TBR=jln@chromium.org,piman@chromium.org,jorgelo@chromium.org NOTREECHECKS=true NOTRY=true BUG=327824 Review URL: https://codereview.chromium.org/189093008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index dae5383..386c034 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -134,6 +134,9 @@ const char kFirstExecAfterBoot[] = "first-exec-after-boot";
// tests can change how it's brought up. This flag disables that.
const char kForceLoginManagerInTests[] = "force-login-manager-in-tests";
+// Makes GPU sandbox failures nonfatal.
+const char kGpuSandboxFailuresNonfatal[] = "gpu-sandbox-failures-nonfatal";
+
// Indicates that the browser is in "browse without sign-in" (Guest session)
// mode. Should completely disable extensions, sync and bookmarks.
const char kGuestSession[] = "bwsi";