| Index: trunk/src/ui/views/window/dialog_delegate.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/window/dialog_delegate.cc (revision 245469)
|
| +++ trunk/src/ui/views/window/dialog_delegate.cc (working copy)
|
| @@ -37,10 +37,6 @@
|
| params.opacity = Widget::InitParams::TRANSLUCENT_WINDOW;
|
| params.remove_standard_frame = true;
|
| }
|
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| - // Dialogs on Linux always have custom frames.
|
| - params.remove_standard_frame = true;
|
| -#endif
|
| params.context = context;
|
| params.parent = parent;
|
| params.top_level = true;
|
|
|