| Index: chrome/browser/ui/views/frame/browser_frame.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame.cc b/chrome/browser/ui/views/frame/browser_frame.cc
|
| index 3c3f2e6adcb837dccbde6549e0089881991211d1..965ab711fbff465bad47cd24596ddb2c091d65f3 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.cc
|
| @@ -67,13 +67,6 @@ void BrowserFrame::InitBrowserFrame() {
|
| ¶ms.bounds,
|
| ¶ms.show_state);
|
| }
|
| - if (browser_view_->IsPanel()) {
|
| - // We need to set the top-most bit when the panel window is created.
|
| - // There is a Windows bug/feature that would very likely prevent the window
|
| - // from being changed to top-most after the window is created without
|
| - // activation.
|
| - params.type = views::Widget::InitParams::TYPE_PANEL;
|
| - }
|
| #if defined(USE_ASH)
|
| if (browser_view_->browser()->host_desktop_type() ==
|
| chrome::HOST_DESKTOP_TYPE_ASH || chrome::ShouldOpenAshOnStartup()) {
|
|
|