| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index 34e67ec32610bd96185559a8b4530b6a562c98b5..cd9ce664752c16c3fd0aea93db1528c0af089c11 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -285,8 +285,7 @@ void UserManagerView::Init(Profile* system_profile, const GURL& url) {
|
| profile_manager->GetLastUsedProfileDir(profile_manager->user_data_dir());
|
| Profile* profile = profile_manager->GetProfileByPath(last_used_profile_path);
|
| if (profile) {
|
| - Browser* browser = chrome::FindLastActiveWithProfile(profile,
|
| - chrome::GetActiveDesktop());
|
| + Browser* browser = chrome::FindLastActiveWithProfile(profile);
|
| if (browser) {
|
| gfx::NativeView native_view =
|
| views::Widget::GetWidgetForNativeWindow(
|
|
|