Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3546)

Unified Diff: ash/shelf/shelf_constants.h

Issue 123073002: Move CycleDirection enum into shelf_constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« ash/shelf/shelf.h ('K') | « ash/shelf/shelf.h ('k') | ash/shelf/shelf_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698