| 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 44ec1dcc75a15d679fd69d1ee17264029b86c226..6e6bbc80efb49125f7ee90ce6ab276e0424665ee 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| @@ -598,7 +598,7 @@ bool WindowsCreateFunction::RunImpl() {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePanels) &&
|
| PanelManager::ShouldUsePanels(extension_id)) {
|
| ShellWindow::CreateParams create_params;
|
| - create_params.window_type = ShellWindow::WINDOW_TYPE_PANEL;
|
| + 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();
|
|
|