diff --git a/shell/browser/ui/electron_desktop_window_tree_host_linux.cc b/shell/browser/ui/electron_desktop_window_tree_host_linux.cc index d384f1d60c..23b4286111 100644 --- a/shell/browser/ui/electron_desktop_window_tree_host_linux.cc +++ b/shell/browser/ui/electron_desktop_window_tree_host_linux.cc @@ -252,8 +252,4 @@ void ElectronDesktopWindowTreeHostLinux::UpdateFrameHints() { SizeConstraintsChanged(); } } - -void ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints( - ClientFrameViewLinux* view) {} - } // namespace electron diff --git a/shell/browser/ui/electron_desktop_window_tree_host_linux.h b/shell/browser/ui/electron_desktop_window_tree_host_linux.h index 29bc4254a4..38137946b3 100644 --- a/shell/browser/ui/electron_desktop_window_tree_host_linux.h +++ b/shell/browser/ui/electron_desktop_window_tree_host_linux.h @@ -61,7 +61,6 @@ class ElectronDesktopWindowTreeHostLinux void UpdateFrameHints() override; private: - void UpdateClientDecorationHints(ClientFrameViewLinux* view); void UpdateWindowState(ui::PlatformWindowState new_state); raw_ptr native_window_view_; // weak ref