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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator.cc

Issue 2899083003: Delete unused tutorial code from profile switcher/user manager. (Closed)
Patch Set: fix merge 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
« no previous file with comments | « chrome/browser/ui/profile_chooser_constants.h ('k') | chrome/browser/ui/user_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_browser_creator.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
index 2777068c0ef151b1ccaf49acf024c5f636b32647..994ee56a84c3b536e269df86b019f223e1604019 100644
--- a/chrome/browser/ui/startup/startup_browser_creator.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator.cc
@@ -297,8 +297,7 @@ bool ShowUserManagerOnStartupIfNeeded(Profile* last_used_profile,
command_line.HasSwitch(switches::kShowAppList) ?
profiles::USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER :
profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION;
- UserManager::Show(
- base::FilePath(), profiles::USER_MANAGER_NO_TUTORIAL, action);
+ UserManager::Show(base::FilePath(), action);
return true;
}
« no previous file with comments | « chrome/browser/ui/profile_chooser_constants.h ('k') | chrome/browser/ui/user_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698