| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 386c034789e6fa8b1735f0ca1dd4b526ce95ad99..dae5383537cd2a926c77735e721bac53733b6d54 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -134,9 +134,6 @@ 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";
|
|
|