| Index: ash/shelf/shelf_layout_manager_observer.h
|
| diff --git a/ash/shelf/shelf_layout_manager_observer.h b/ash/shelf/shelf_layout_manager_observer.h
|
| index 8a2d5830df780c31b9d94b2e9eca9e1db1b140af..e8c552bd4f428b640a4c5741a0d9e7dc56c973ef 100644
|
| --- a/ash/shelf/shelf_layout_manager_observer.h
|
| +++ b/ash/shelf/shelf_layout_manager_observer.h
|
| @@ -28,10 +28,6 @@ class ASH_EXPORT ShelfLayoutManagerObserver {
|
| // Called when the auto hide state is changed.
|
| virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {}
|
|
|
| - // Called when the auto hide behavior is changed.
|
| - virtual void OnAutoHideBehaviorChanged(aura::Window* root_window,
|
| - ShelfAutoHideBehavior new_behavior) {}
|
| -
|
| // Called when shelf background animation is started.
|
| virtual void OnBackgroundUpdated(
|
| ShelfBackgroundType background_type,
|
|
|