summaryrefslogtreecommitdiffstats
path: root/ash/shelf/shelf_layout_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shelf/shelf_layout_manager.h')
-rw-r--r--ash/shelf/shelf_layout_manager.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 8e1d30b..d1db4d9 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -74,18 +74,10 @@ class ASH_EXPORT ShelfLayoutManager :
// Size of the shelf when auto-hidden.
static const int kAutoHideSize;
- // The size of the shelf when shown (currently only used in alternate
- // settings see ash::switches::UseAlternateShelfLayout).
- static const int kShelfSize;
-
// Inset between the inner edge of the shelf (towards centre of screen), and
// the shelf items, notifications, status area etc.
static const int kShelfItemInset;
- // Returns the preferred size for the shelf (either kShelfPreferredSize or
- // kShelfSize).
- static int GetPreferredShelfSize();
-
explicit ShelfLayoutManager(ShelfWidget* shelf);
virtual ~ShelfLayoutManager();