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

Unified Diff: ash/wm/common/dock/dock_types.h

Issue 1921353002: Moves handful of files to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_ids
Patch Set: merge to trunk Created 4 years, 8 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/wm/common/default_state.cc ('k') | ash/wm/common/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/dock/dock_types.h
diff --git a/ash/wm/dock/dock_types.h b/ash/wm/common/dock/dock_types.h
similarity index 56%
rename from ash/wm/dock/dock_types.h
rename to ash/wm/common/dock/dock_types.h
index 7db37c3742fe0ca6892a11622267e1659feac8e9..93bdec3b26f9ed9a222e7eb34008c51fa6cdf96e 100644
--- a/ash/wm/dock/dock_types.h
+++ b/ash/wm/common/dock/dock_types.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_DOCK_DOCK_TYPES_H_
-#define ASH_WM_DOCK_DOCK_TYPES_H_
+#ifndef ASH_WM_COMMON_DOCK_DOCK_TYPES_H_
+#define ASH_WM_COMMON_DOCK_DOCK_TYPES_H_
namespace ash {
@@ -24,17 +24,17 @@ enum DockedAlignment {
// User action recorded for use in UMA histograms.
enum DockedAction {
- DOCKED_ACTION_NONE, // Regular drag of undocked window. Not recorded.
- DOCKED_ACTION_DOCK, // Dragged and docked a window.
- DOCKED_ACTION_UNDOCK, // Dragged and undocked a window.
- DOCKED_ACTION_RESIZE, // Resized a docked window.
- DOCKED_ACTION_REORDER, // Possibly reordered docked windows.
- DOCKED_ACTION_EVICT, // A docked window could not stay docked.
- DOCKED_ACTION_MAXIMIZE, // Maximized a docked window.
- DOCKED_ACTION_MINIMIZE, // Minimized a docked window.
- DOCKED_ACTION_RESTORE, // Restored a docked window that was minimized.
- DOCKED_ACTION_CLOSE, // Closed a window while it was docked.
- DOCKED_ACTION_COUNT, // Maximum value of this enum for histograms use.
+ DOCKED_ACTION_NONE, // Regular drag of undocked window. Not recorded.
+ DOCKED_ACTION_DOCK, // Dragged and docked a window.
+ DOCKED_ACTION_UNDOCK, // Dragged and undocked a window.
+ DOCKED_ACTION_RESIZE, // Resized a docked window.
+ DOCKED_ACTION_REORDER, // Possibly reordered docked windows.
+ DOCKED_ACTION_EVICT, // A docked window could not stay docked.
+ DOCKED_ACTION_MAXIMIZE, // Maximized a docked window.
+ DOCKED_ACTION_MINIMIZE, // Minimized a docked window.
+ DOCKED_ACTION_RESTORE, // Restored a docked window that was minimized.
+ DOCKED_ACTION_CLOSE, // Closed a window while it was docked.
+ DOCKED_ACTION_COUNT, // Maximum value of this enum for histograms use.
};
// Event source for the docking user action (when known).
@@ -50,4 +50,4 @@ enum DockedActionSource {
} // namespace ash
-#endif // ASH_WM_DOCK_DOCK_TYPES_H_
+#endif // ASH_WM_COMMON_DOCK_DOCK_TYPES_H_
« no previous file with comments | « ash/wm/common/default_state.cc ('k') | ash/wm/common/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698