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

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

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_types.h ('k') | ash/common/wm/workspace/workspace_window_resizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/wm_types.cc
diff --git a/ash/common/wm/wm_types.cc b/ash/common/wm/wm_types.cc
index 4deed1a06abb8fc189971cbd363ddbd949d736c0..0ca90666962407608ae6d04608ac23bb5a10b6e8 100644
--- a/ash/common/wm/wm_types.cc
+++ b/ash/common/wm/wm_types.cc
@@ -28,11 +28,7 @@ ui::WindowShowState ToWindowShowState(WindowStateType type) {
case WINDOW_STATE_TYPE_AUTO_POSITIONED:
return ui::SHOW_STATE_NORMAL;
- // TODO(afakhry): Remove Docked Windows in M58.
- case WINDOW_STATE_TYPE_DOCKED:
- return ui::SHOW_STATE_DOCKED;
case WINDOW_STATE_TYPE_MINIMIZED:
- case WINDOW_STATE_TYPE_DOCKED_MINIMIZED:
return ui::SHOW_STATE_MINIMIZED;
case WINDOW_STATE_TYPE_MAXIMIZED:
return ui::SHOW_STATE_MAXIMIZED;
« no previous file with comments | « ash/common/wm/wm_types.h ('k') | ash/common/wm/workspace/workspace_window_resizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698