Index: ash/shelf/shelf_constants.h |
diff --git a/ash/shelf/shelf_constants.h b/ash/shelf/shelf_constants.h |
index 76967748deb276664924863d3d2f40f2cd62b0f0..2e0a8e860e18c20c10326db3a5354981048bc5a5 100644 |
--- a/ash/shelf/shelf_constants.h |
+++ b/ash/shelf/shelf_constants.h |
@@ -23,6 +23,12 @@ extern const int kInvalidShelfID; |
// Animation duration for switching black shelf and dock background on and off. |
ASH_EXPORT extern const int kTimeToSwitchBackgroundMs; |
+// The direction of the focus cycling. |
+enum CycleDirection { |
+ CYCLE_FORWARD, |
+ CYCLE_BACKWARD |
+}; |
+ |
} // namespace ash |
#endif // ASH_SHELF_SHELF_CONSTANTS_H_ |