| Index: ash/wm/shelf_layout_manager.h
|
| diff --git a/ash/wm/shelf_layout_manager.h b/ash/wm/shelf_layout_manager.h
|
| index de4425a3af19747eaff037b6a14b461913618c5b..8068c4aadf40a38b01c7bc864c14172ede2e8f19 100644
|
| --- a/ash/wm/shelf_layout_manager.h
|
| +++ b/ash/wm/shelf_layout_manager.h
|
| @@ -225,6 +225,10 @@ class ASH_EXPORT ShelfLayoutManager :
|
| bool is_screen_locked;
|
| };
|
|
|
| + // Returns shelf visibility state based on current value of auto hide
|
| + // behavior setting.
|
| + ShelfVisibilityState GetShelfVisibilityState();
|
| +
|
| // Sets the visibility of the shelf to |state|.
|
| void SetState(ShelfVisibilityState visibility_state);
|
|
|
|
|