| Index: chrome/browser/ui/webui/active_downloads_ui.cc
|
| diff --git a/chrome/browser/ui/webui/active_downloads_ui.cc b/chrome/browser/ui/webui/active_downloads_ui.cc
|
| index 64c5601babd7a00610d0eee496992bbf51f20544..ab37c87ea69da254dd26215a004f62ef2205d290 100644
|
| --- a/chrome/browser/ui/webui/active_downloads_ui.cc
|
| +++ b/chrome/browser/ui/webui/active_downloads_ui.cc
|
| @@ -403,7 +403,7 @@ ActiveDownloadsUI::ActiveDownloadsUI(TabContents* contents)
|
| TabContents* ActiveDownloadsUI::OpenPopup(Profile* profile) {
|
| Browser* browser = Browser::GetOrCreateTabbedBrowser(profile);
|
| OpenURLParams params(GURL(chrome::kChromeUIActiveDownloadsURL), GURL(),
|
| - SINGLETON_TAB, content::PAGE_TRANSITION_LINK);
|
| + SINGLETON_TAB, content::PAGE_TRANSITION_LINK, false);
|
| TabContents* download_contents = browser->OpenURL(params);
|
| browser->window()->Show();
|
| return download_contents;
|
|
|