Index: chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm |
diff --git a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm |
index b40a221d08927d744096123ca8d11a7617137a05..8901d7c14e1802fd74b3f704118bd54b9145b07d 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm |
+++ b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm |
@@ -116,8 +116,7 @@ class Observer : public chrome::BrowserListObserver, |
} |
- (IBAction)newProfile:(id)sender { |
- profiles::CreateAndSwitchToNewProfile(chrome::HOST_DESKTOP_TYPE_NATIVE, |
- ProfileManager::CreateCallback(), |
+ profiles::CreateAndSwitchToNewProfile(ProfileManager::CreateCallback(), |
ProfileMetrics::ADD_NEW_USER_MENU); |
} |