Remove obsolete ShouldHandleSystemCommands function.
https://chromium-review.googlesource.com/c/chromium/src/+/924315
This commit is contained in:
parent
2f7c413199
commit
5df0362361
2 changed files with 0 additions and 5 deletions
|
@ -1186,10 +1186,6 @@ base::string16 NativeWindowViews::GetWindowTitle() const {
|
||||||
return base::UTF8ToUTF16(title_);
|
return base::UTF8ToUTF16(title_);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool NativeWindowViews::ShouldHandleSystemCommands() const {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
views::View* NativeWindowViews::GetContentsView() {
|
views::View* NativeWindowViews::GetContentsView() {
|
||||||
return root_view_.get();
|
return root_view_.get();
|
||||||
}
|
}
|
||||||
|
|
|
@ -154,7 +154,6 @@ class NativeWindowViews : public NativeWindow,
|
||||||
bool CanMaximize() const override;
|
bool CanMaximize() const override;
|
||||||
bool CanMinimize() const override;
|
bool CanMinimize() const override;
|
||||||
base::string16 GetWindowTitle() const override;
|
base::string16 GetWindowTitle() const override;
|
||||||
bool ShouldHandleSystemCommands() const override;
|
|
||||||
views::View* GetContentsView() override;
|
views::View* GetContentsView() override;
|
||||||
bool ShouldDescendIntoChildForEventHandling(
|
bool ShouldDescendIntoChildForEventHandling(
|
||||||
gfx::NativeView child,
|
gfx::NativeView child,
|
||||||
|
|
Loading…
Reference in a new issue