summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/avatar_menu_button_browsertest.cc')
-rw-r--r--chrome/browser/ui/views/avatar_menu_button_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
index ca14d6e..498919c 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());
}