Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1505)

Unified Diff: chrome/browser/profiles/profile_window_browsertest.cc

Issue 2899083003: Delete unused tutorial code from profile switcher/user manager. (Closed)
Patch Set: delete UserManagerTutorialMode enum Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698