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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm

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
Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
index b329ac12f14060528e5497247ae50bd46e8a0722..0116bd6768064a61bd448a17d102d66bf5fd7d9e 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
@@ -413,7 +413,6 @@ class UserManagerProfileDialogDelegate
// static
void UserManager::Show(
const base::FilePath& profile_path_to_focus,
- profiles::UserManagerTutorialMode tutorial_mode,
profiles::UserManagerAction user_manager_action) {
DCHECK(profile_path_to_focus != ProfileManager::GetGuestProfilePath());
@@ -437,7 +436,6 @@ void UserManager::Show(
// from the guest profile.
profiles::CreateSystemProfileForUserManager(
profile_path_to_focus,
- tutorial_mode,
user_manager_action,
base::Bind(&UserManagerMac::OnSystemProfileCreated, base::Time::Now()));
}

Powered by Google App Engine
This is Rietveld 408576698