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

Unified Diff: ash/common/wm/overview/window_grid.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/mru_window_tracker_unittest.cc ('k') | ash/common/wm/panels/panel_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_grid.cc
diff --git a/ash/common/wm/overview/window_grid.cc b/ash/common/wm/overview/window_grid.cc
index eced1f5ce42247846331e49479b4731527f5c56b..eb7dd5dde9997d36bebfef8e33ced47f1db6a6f4 100644
--- a/ash/common/wm/overview/window_grid.cc
+++ b/ash/common/wm/overview/window_grid.cc
@@ -267,8 +267,7 @@ views::Widget* CreateBackgroundWidget(WmWindow* root_window,
}
bool IsMinimizedStateType(wm::WindowStateType type) {
- return type == wm::WINDOW_STATE_TYPE_DOCKED_MINIMIZED ||
- type == wm::WINDOW_STATE_TYPE_MINIMIZED;
+ return type == wm::WINDOW_STATE_TYPE_MINIMIZED;
}
} // namespace
« no previous file with comments | « ash/common/wm/mru_window_tracker_unittest.cc ('k') | ash/common/wm/panels/panel_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698