| Index: content/shell/browser/shell_views.cc
|
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
|
| index 4259536f4ac94fc5100cf895ea5adb52d97dc533..fcc98d74708a69173cd5cdf8a40abef66992d620 100644
|
| --- a/content/shell/browser/shell_views.cc
|
| +++ b/content/shell/browser/shell_views.cc
|
| @@ -496,7 +496,6 @@ void Shell::PlatformCreateWindow(int width, int height) {
|
| views::Widget::InitParams params;
|
| params.bounds = gfx::Rect(0, 0, width, height);
|
| params.delegate = new ShellWindowDelegateView(this);
|
| - params.top_level = true;
|
| params.remove_standard_frame = true;
|
| window_widget_->Init(params);
|
| #endif
|
|
|