Index: ash/wm/shelf_types.h |
diff --git a/ash/wm/shelf_types.h b/ash/wm/shelf_types.h |
index 7d94b29a66b2075ea47f2791097336b94de6c832..3d63c9280592be6100970b44d2cb5adbdfd90c74 100644 |
--- a/ash/wm/shelf_types.h |
+++ b/ash/wm/shelf_types.h |
@@ -14,6 +14,9 @@ enum ShelfAlignment { |
}; |
enum ShelfAutoHideBehavior { |
+ // The default; maximized windows trigger an auto-hide. |
+ SHELF_AUTO_HIDE_BEHAVIOR_DEFAULT, |
+ |
// Always auto-hide. |
SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS, |