Skip to content

Commit

Permalink
chore: remove unsupported skiptaskbar linux impl (#35179)
Browse files Browse the repository at this point in the history
chore: unsupported skiptaskbar linux impl
  • Loading branch information
deepak1556 committed Aug 2, 2022
1 parent 31be6ec commit 53cd231
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/browser/native_window_views.cc
Expand Up @@ -1040,10 +1040,6 @@ void NativeWindowViews::SetSkipTaskbar(bool skip) {
taskbar->AddTab(GetAcceleratedWidget());
taskbar_host_.RestoreThumbarButtons(GetAcceleratedWidget());
}
#elif defined(USE_OZONE_PLATFORM_X11)
if (IsX11())
SetWMSpecState(static_cast<x11::Window>(GetAcceleratedWidget()), skip,
x11::GetAtom("_NET_WM_STATE_SKIP_TASKBAR"));
#endif
}

Expand Down

0 comments on commit 53cd231

Please sign in to comment.