chore: remove ViewsDelegate::IsWindowInMetro() override (#38409)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
16cd486356
commit
2f8e68f8b3
2 changed files with 0 additions and 5 deletions
|
@ -42,7 +42,6 @@ class ViewsDelegate : public views::ViewsDelegate {
|
|||
#if BUILDFLAG(IS_WIN)
|
||||
HICON GetDefaultWindowIcon() const override;
|
||||
HICON GetSmallWindowIcon() const override;
|
||||
bool IsWindowInMetro(gfx::NativeWindow window) const override;
|
||||
int GetAppbarAutohideEdges(HMONITOR monitor,
|
||||
base::OnceClosure callback) override;
|
||||
#elif BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue