Index: chrome/browser/profiles/profile_window_browsertest.cc |
diff --git a/chrome/browser/profiles/profile_window_browsertest.cc b/chrome/browser/profiles/profile_window_browsertest.cc |
index 099624e1a6a7249422c0bb39c1f898175a480a37..31ecb863d3e661691078d9ff3c7300cfc5688aec 100644 |
--- a/chrome/browser/profiles/profile_window_browsertest.cc |
+++ b/chrome/browser/profiles/profile_window_browsertest.cc |
@@ -257,7 +257,6 @@ IN_PROC_BROWSER_TEST_F(ProfileWindowWebUIBrowserTest, |
base::RunLoop run_loop; |
profiles::CreateSystemProfileForUserManager( |
browser()->profile()->GetPath(), |
- profiles::USER_MANAGER_NO_TUTORIAL, |
profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION, |
base::Bind(&ProfileWindowWebUIBrowserTest::OnSystemProfileCreated, |
base::Unretained(this), |
@@ -281,7 +280,6 @@ IN_PROC_BROWSER_TEST_F(ProfileWindowWebUIBrowserTest, |
base::RunLoop run_loop; |
profiles::CreateSystemProfileForUserManager( |
expected_path, |
- profiles::USER_MANAGER_NO_TUTORIAL, |
profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION, |
base::Bind(&ProfileWindowWebUIBrowserTest::OnSystemProfileCreated, |
base::Unretained(this), |