| Index: chrome/browser/download/download_manager.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_manager.cc (revision 50467)
|
| +++ chrome/browser/download/download_manager.cc (working copy)
|
| @@ -1478,7 +1478,7 @@
|
| TabContents* contents = NULL;
|
| // Get last active normal browser of profile.
|
| Browser* last_active = BrowserList::FindBrowserWithType(profile_,
|
| - Browser::TYPE_NORMAL, false);
|
| + Browser::TYPE_NORMAL, true);
|
| if (last_active)
|
| contents = last_active->GetSelectedTabContents();
|
| if (contents) {
|
|
|