| Index: chrome/browser/extensions/api/tabs/tabs_api.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_api.cc b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| index 30d88127ac96257d7136547592a9ef229c7da53e..9d3abb08e6e20a9cc44aeffe255d4fae3bdadfc7 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| @@ -603,8 +603,6 @@ bool WindowsCreateFunction::RunImpl() {
|
| ShellWindow::CreateParams create_params;
|
| create_params.window_type = ShellWindow::WINDOW_TYPE_V1_PANEL;
|
| create_params.bounds = window_bounds;
|
| - create_params.minimum_size = window_bounds.size();
|
| - create_params.maximum_size = window_bounds.size();
|
| create_params.focused = saw_focus_key && focused;
|
| ShellWindow* shell_window =
|
| new ShellWindow(window_profile, GetExtension());
|
|
|