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

Unified Diff: ash/common/wm/shelf/wm_shelf_types.h

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 6 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
« no previous file with comments | « ash/common/wm/shelf/wm_shelf_observer.h ('k') | ash/common/wm/shelf/wm_shelf_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/shelf/wm_shelf_types.h
diff --git a/ash/common/wm/shelf/wm_shelf_types.h b/ash/common/wm/shelf/wm_shelf_types.h
index b6cdc13c0169b7e8b2a816a0d9f1c8fea77bade1..eb6ff6275d546712b0058c3602306b345fa27b50 100644
--- a/ash/common/wm/shelf/wm_shelf_types.h
+++ b/ash/common/wm/shelf/wm_shelf_types.h
@@ -7,20 +7,6 @@
namespace ash {
-// TODO(sky): move into wm namespace.
-enum ShelfVisibilityState {
- // Always visible.
- SHELF_VISIBLE,
-
- // A couple of pixels are reserved at the bottom for the shelf.
- SHELF_AUTO_HIDE,
-
- // Nothing is shown. Used for fullscreen windows.
- SHELF_HIDDEN,
-};
-
-namespace wm {
-
enum ShelfAlignment {
SHELF_ALIGNMENT_BOTTOM,
SHELF_ALIGNMENT_LEFT,
@@ -42,7 +28,6 @@ enum ShelfBackgroundType {
SHELF_BACKGROUND_MAXIMIZED,
};
-} // namespace wm
} // namespace ash
#endif // ASH_COMMON_WM_SHELF_WM_SHELF_TYPES_H_
« no previous file with comments | « ash/common/wm/shelf/wm_shelf_observer.h ('k') | ash/common/wm/shelf/wm_shelf_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698