| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index fede17d6344593b6a9efe7fbe5214efae03437d3..619d14b2e1ae07599ec1448fec8056fe0c6368be 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -149,11 +149,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";
|
|
|
| -// Sets primary user's default multiprofile behavior to 'unrestricted' for
|
| -// tests so that multiprofile is enabled for any user.
|
| -// TODO(xiyuan): Remove when multiprofile is released to everyone.
|
| -const char kForceMultiProfileInTests[] = "force-multi-profiles-in-tests";
|
| -
|
| // Makes GPU sandbox failures nonfatal.
|
| const char kGpuSandboxFailuresNonfatal[] = "gpu-sandbox-failures-nonfatal";
|
|
|
|
|