| Index: ash/common/shell_observer.h
|
| diff --git a/ash/common/shell_observer.h b/ash/common/shell_observer.h
|
| index 5ab9196bcf7a2a0f1b18ebf04074375eacc6909f..d65b9c3e37f589ac421c5c3266157ceb84644c52 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) {}
|
|
|
|
|