| Index: chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| index ca14d6e91f04960d161195abc4eeecc1865b3a9b..498919cd528526a053fe48672d09c8e95311be5b 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| +++ b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| @@ -25,7 +25,7 @@ void CreateTestingProfile() {
|
| CHECK(file_util::CreateDirectory(path));
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
| - profile_manager->RegisterTestingProfile(profile, true);
|
| + profile_manager->RegisterTestingProfile(profile, true, false);
|
|
|
| EXPECT_EQ(2u, profile_manager->GetNumberOfProfiles());
|
| }
|
|
|