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

Unified Diff: ash/common/wm/wm_types.h

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase Created 3 years, 9 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/wm_event.h ('k') | ash/common/wm/wm_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/wm_types.h
diff --git a/ash/common/wm/wm_types.h b/ash/common/wm/wm_types.h
index ad886d8c1c870a17eca3ef10e14b9eb44eceeb02..c6b4f477669b424c6ba33c5e2d62bcf9cb2b029b 100644
--- a/ash/common/wm/wm_types.h
+++ b/ash/common/wm/wm_types.h
@@ -27,7 +27,6 @@ enum WindowStateType {
WINDOW_STATE_TYPE_MAXIMIZED,
WINDOW_STATE_TYPE_INACTIVE,
WINDOW_STATE_TYPE_FULLSCREEN,
- WINDOW_STATE_TYPE_DOCKED,
WINDOW_STATE_TYPE_END, // to avoid using SHOW_STATE_END
// Ash specific states:
@@ -35,8 +34,6 @@ enum WindowStateType {
WINDOW_STATE_TYPE_LEFT_SNAPPED,
WINDOW_STATE_TYPE_RIGHT_SNAPPED,
- WINDOW_STATE_TYPE_DOCKED_MINIMIZED,
-
// A window is in this state when it is automatically placed and
// sized by the window manager. (it's newly opened, or pushed to the side
// due to new window, for example).
« no previous file with comments | « ash/common/wm/wm_event.h ('k') | ash/common/wm/wm_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698