| Index: ui/aura/window_tree_host_observer.h
|
| diff --git a/ui/aura/window_tree_host_observer.h b/ui/aura/window_tree_host_observer.h
|
| index 96841f8a3ffcb8cd9ad5dc8491f1e7d225ab12df..d96e9d3b24dc1230deb2ab5920787bcbff2db98f 100644
|
| --- a/ui/aura/window_tree_host_observer.h
|
| +++ b/ui/aura/window_tree_host_observer.h
|
| @@ -27,9 +27,6 @@ class AURA_EXPORT WindowTreeHostObserver {
|
| // Called when the native window system sends the host request to close.
|
| virtual void OnHostCloseRequested(const WindowTreeHost* host) {}
|
|
|
| - // Called when the keyboard mapping has changed.
|
| - virtual void OnKeyboardMappingChanged(const WindowTreeHost* host) {}
|
| -
|
| protected:
|
| virtual ~WindowTreeHostObserver() {}
|
| };
|
|
|