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

Unified Diff: ash/common/wm/overview/window_grid.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase Created 3 years, 10 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
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 c7c01134252fc9980dfe62fb35b2fc9c67dc5051..0d59fb564c29541e60befde545a30adac5c9a551 100644
--- a/ash/common/wm/overview/window_grid.cc
+++ b/ash/common/wm/overview/window_grid.cc
@@ -268,8 +268,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

Powered by Google App Engine
This is Rietveld 408576698