| Index: ui/views/examples/examples_window.cc
|
| diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc
|
| index 5840ff58bbd1523852ee2abdfec58b0dbf663649..f22ebf94496be65874ab1096ca7d6a3993398da9 100644
|
| --- a/ui/views/examples/examples_window.cc
|
| +++ b/ui/views/examples/examples_window.cc
|
| @@ -221,6 +221,7 @@ void ShowExamplesWindow(Operation operation,
|
| params.context = window_context;
|
| params.bounds = gfx::Rect(0, 0, 850, 300);
|
| params.top_level = true;
|
| + params.remove_standard_frame = true;
|
| widget->Init(params);
|
| widget->Show();
|
| }
|
|
|