| Index: ui/aura/root_window_observer.h
|
| diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
|
| index 9f4cfd9ba5e7a0b9c828eb9c5b753c14205679c1..31bd37f04e59e02e8115d98097f50ef866bac8d6 100644
|
| --- a/ui/aura/root_window_observer.h
|
| +++ b/ui/aura/root_window_observer.h
|
| @@ -23,7 +23,7 @@ class AURA_EXPORT RootWindowObserver {
|
|
|
| // Invoked when the native windowing system sends us a request to close our
|
| // window.
|
| - virtual void OnRootWindowHostClosed(const RootWindow* root) {}
|
| + virtual void OnRootWindowHostCloseRequested(const RootWindow* root) {}
|
|
|
| // Invoked when the keyboard mapping has changed.
|
| virtual void OnKeyboardMappingChanged(const RootWindow* root) {}
|
|
|