Index: ash/wm/shelf_auto_hide_behavior.h |
diff --git a/ash/wm/shelf_auto_hide_behavior.h b/ash/wm/shelf_auto_hide_behavior.h |
index 29c35da3c0cafd60bf38e958c81ec9bb6470c9c6..85ee9c0fdedec178d348daaf1974cd6fa169d380 100644 |
--- a/ash/wm/shelf_auto_hide_behavior.h |
+++ b/ash/wm/shelf_auto_hide_behavior.h |
@@ -6,8 +6,16 @@ |
#define ASH_WM_SHELF_AUTO_HIDE_BEHAVIOR_H_ |
#pragma once |
+// TODO(sky): rename this file to shelf_types. |
+ |
namespace ash { |
+enum ShelfAlignment { |
+ SHELF_ALIGNMENT_BOTTOM, |
+ SHELF_ALIGNMENT_LEFT, |
+ SHELF_ALIGNMENT_RIGHT, |
+}; |
+ |
enum ShelfAutoHideBehavior { |
// The default; maximized windows trigger an auto-hide. |
SHELF_AUTO_HIDE_BEHAVIOR_DEFAULT, |