| Index: chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc
|
| index b78d631674c3a22fb4be8b32057f2f01fef27065..f64655ba7ed91aca3cbbb04030ab5c21862ef3c5 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc
|
| @@ -37,8 +37,7 @@ void BookmarkBubbleSignInDelegate::OnBrowserRemoved(Browser* browser) {
|
| void BookmarkBubbleSignInDelegate::EnsureBrowser() {
|
| if (!browser_) {
|
| Profile* original_profile = profile_->GetOriginalProfile();
|
| - browser_ = chrome::FindLastActiveWithProfile(original_profile,
|
| - desktop_type_);
|
| + browser_ = chrome::FindLastActiveWithProfile(original_profile);
|
| if (!browser_) {
|
| browser_ = new Browser(Browser::CreateParams(original_profile,
|
| desktop_type_));
|
|
|