| Index: ash/common/shell_observer.h
|
| diff --git a/ash/common/shell_observer.h b/ash/common/shell_observer.h
|
| index cec89263826b7df262ad7aa60466c12cc9aec708..769a4a09fb8d967e488a24adedc4e3525260d240 100644
|
| --- a/ash/common/shell_observer.h
|
| +++ b/ash/common/shell_observer.h
|
| @@ -14,9 +14,6 @@ class WmWindow;
|
|
|
| class ASH_EXPORT ShellObserver {
|
| public:
|
| - // Invoked after the screen's work area insets changes.
|
| - virtual void OnDisplayWorkAreaInsetsChanged() {}
|
| -
|
| // Invoked when the user logs in.
|
| virtual void OnLoginStateChanged(LoginStatus status) {}
|
|
|
|
|