diff --git a/brightray/browser/views/inspectable_web_contents_view_views.cc b/brightray/browser/views/inspectable_web_contents_view_views.cc index 3fd1824338..38711fa0df 100644 --- a/brightray/browser/views/inspectable_web_contents_view_views.cc +++ b/brightray/browser/views/inspectable_web_contents_view_views.cc @@ -147,10 +147,6 @@ void InspectableWebContentsViewViews::SetIsDocked(bool docked) { devtools_window_web_view_, devtools_window_.get()); params.bounds = inspectable_web_contents()->GetDevToolsBounds(); -#if defined(USE_X11) - // In X11 the window frame is drawn by the application. - params.remove_standard_frame = true; -#endif devtools_window_->Init(params); devtools_window_->UpdateWindowIcon(); }