| 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 c3473d9b9abcb7cfa7b42d578dfcc7f239395102..946386558d04a4dbb066183c0c457347d84c7e9d 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.cc
|
| @@ -62,7 +62,7 @@ void BrowserFrame::InitBrowserFrame() {
|
| // 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.keep_on_top = true;
|
| + params.type = views::Widget::InitParams::TYPE_PANEL;
|
| }
|
| #if defined(USE_AURA)
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
|
|