| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index c71e0030c4a08dc3688da601c4432110d89ac8dc..d52edc61379a78cee7425ef89b4a46c67572018a 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -470,6 +470,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Called when the alignment for a shelf changes.
|
| void OnShelfAlignmentChanged(aura::Window* root_window);
|
|
|
| + // Called when the auto-hide behavior for a shelf changes.
|
| + void OnShelfAutoHideBehaviorChanged(aura::Window* root_window);
|
| +
|
| // Notifies |observers_| when entering or exiting fullscreen mode in
|
| // |root_window|.
|
| void NotifyFullscreenStateChange(bool is_fullscreen,
|
|
|