| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 1c797bd3bab56e92744d9b372227249d3858cc6f..bbdf2b9833ad5c99bef30d0653bc7b75730091e9 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -391,9 +391,8 @@ DownloadShelf* Panel::GetDownloadShelf() {
|
| // Set initial bounds so window will not be positioned at an offset
|
| // to this panel as panels are at the bottom of the screen.
|
| gfx::Rect window_bounds;
|
| - bool maximized;
|
| - WindowSizer::GetBrowserWindowBounds(
|
| - std::string(), gfx::Rect(), panel_browser, &window_bounds, &maximized);
|
| + WindowSizer::GetBrowserWindowBounds(std::string(), gfx::Rect(),
|
| + panel_browser, &window_bounds);
|
| Browser::CreateParams params(Browser::TYPE_TABBED, profile);
|
| params.initial_bounds = window_bounds;
|
| tabbed_browser = Browser::CreateWithParams(params);
|
|
|