refactor: remove WindowListObserver::OnWindowAdded() (#42984)
refactor: remove WindowListObserver::OnWindowRemove() these have never been used Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
b833c3f02a
commit
b288f3ee59
2 changed files with 0 additions and 12 deletions
|
@ -13,12 +13,6 @@ class NativeWindow;
|
|||
|
||||
class WindowListObserver : public base::CheckedObserver {
|
||||
public:
|
||||
// Called immediately after a window is added to the list.
|
||||
virtual void OnWindowAdded(NativeWindow* window) {}
|
||||
|
||||
// Called immediately after a window is removed from the list.
|
||||
virtual void OnWindowRemoved(NativeWindow* window) {}
|
||||
|
||||
// Called when a window close is cancelled by beforeunload handler.
|
||||
virtual void OnWindowCloseCancelled(NativeWindow* window) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue