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

Unified Diff: ash/shelf/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/shelf/shelf_navigator.h ('k') | ash/shelf/shelf_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_types.h
diff --git a/ash/shelf/shelf_types.h b/ash/shelf/shelf_types.h
deleted file mode 100644
index 4821ff037e69f7f0e37775108175bb5c8683fe64..0000000000000000000000000000000000000000
--- a/ash/shelf/shelf_types.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_SHELF_SHELF_TYPES_H_
-#define ASH_SHELF_SHELF_TYPES_H_
-
-// TODO(sky): make callers explicitly include this.
-#include "ash/common/wm/shelf/wm_shelf_types.h"
-
-namespace ash {
-
-enum ShelfAutoHideBehavior {
- // Always auto-hide.
- SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS,
-
- // Never auto-hide.
- SHELF_AUTO_HIDE_BEHAVIOR_NEVER,
-
- // Always hide.
- SHELF_AUTO_HIDE_ALWAYS_HIDDEN,
-};
-
-enum ShelfAutoHideState {
- SHELF_AUTO_HIDE_SHOWN,
- SHELF_AUTO_HIDE_HIDDEN,
-};
-
-} // namespace ash
-
-#endif // ASH_SHELF_SHELF_TYPES_H_
« no previous file with comments | « ash/shelf/shelf_navigator.h ('k') | ash/shelf/shelf_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698