1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ASH_SHELF_TYPES_H_
6 #define ASH_SHELF_TYPES_H_
11 SHELF_ALIGNMENT_BOTTOM
,
13 SHELF_ALIGNMENT_RIGHT
,
16 enum ShelfAutoHideBehavior
{
18 SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS
,
21 SHELF_AUTO_HIDE_BEHAVIOR_NEVER
,
24 enum ShelfVisibilityState
{
28 // A couple of pixels are reserved at the bottom for the shelf.
31 // Nothing is shown. Used for fullscreen windows.
35 enum ShelfAutoHideState
{
36 SHELF_AUTO_HIDE_SHOWN
,
37 SHELF_AUTO_HIDE_HIDDEN
,
42 #endif // ASH_SHELF_TYPES_H_