| Index: trunk/src/chromeos/chromeos_switches.cc
|
| ===================================================================
|
| --- trunk/src/chromeos/chromeos_switches.cc (revision 251356)
|
| +++ trunk/src/chromeos/chromeos_switches.cc (working copy)
|
| @@ -149,6 +149,11 @@
|
| // 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";
|
|
|
|
|