| Index: chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| index a1d73bab508cbc283df9f3a5413829d33303ed50..9bcdc624caea134c017e463dcdcb30e41a55afea 100644
|
| --- a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| @@ -354,8 +354,9 @@ Browser* ActiveDownloadsUI::OpenPopup(Profile* profile) {
|
|
|
| // Create new browser if no matching pop up is found.
|
| if (browser == NULL) {
|
| - browser = Browser::CreateForApp(Browser::TYPE_PANEL, kActiveDownloadAppName,
|
| - gfx::Rect(), profile);
|
| + browser = Browser::CreateWithParams(
|
| + Browser::CreateParams::CreateForApp(
|
| + Browser::TYPE_PANEL, kActiveDownloadAppName, gfx::Rect(), profile));
|
|
|
| browser::NavigateParams params(
|
| browser,
|
|
|