| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| index 85ae8be075954355bd6f99d8552a144941af9dd6..5a3c31d7cdb299ca06b21a409343cb46113643cc 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| @@ -432,9 +432,6 @@ TEST_F(ProfileChooserControllerTest, AccountManagementLayout) {
|
| }
|
|
|
| TEST_F(ProfileChooserControllerTest, SignedInProfileLockDisabled) {
|
| - switches::EnableNewProfileManagementForTesting(
|
| - base::CommandLine::ForCurrentProcess());
|
| -
|
| SignInFirstProfile();
|
|
|
| // The preference, not the email, determines whether the profile can lock.
|
| @@ -458,9 +455,6 @@ TEST_F(ProfileChooserControllerTest, SignedInProfileLockDisabled) {
|
| }
|
|
|
| TEST_F(ProfileChooserControllerTest, SignedInProfileLockEnabled) {
|
| - switches::EnableNewProfileManagementForTesting(
|
| - base::CommandLine::ForCurrentProcess());
|
| -
|
| SignInFirstProfile();
|
|
|
| // The preference, not the email, determines whether the profile can lock.
|
|
|