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

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

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase and fix 1 test 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/mru_window_tracker_unittest.cc
diff --git a/ash/common/wm/mru_window_tracker_unittest.cc b/ash/common/wm/mru_window_tracker_unittest.cc
index cf92338fbcd0dd262c335c0180e9b84a485ec4e2..99201fa5d1348d8bcaa927d742651813ad396d54 100644
--- a/ash/common/wm/mru_window_tracker_unittest.cc
+++ b/ash/common/wm/mru_window_tracker_unittest.cc
@@ -101,12 +101,6 @@ TEST_F(MruWindowTrackerTest, DraggedWindowsInListOnlyOnce) {
w1->GetWindowState()->CreateDragDetails(
gfx::Point(), HTRIGHT, aura::client::WINDOW_MOVE_SOURCE_TOUCH);
- // During a drag the window is reparented by the Docked container.
- WmWindow* drag_container = w1->GetRootWindow()->GetChildByShellWindowId(
- kShellWindowId_DockedContainer);
- drag_container->AddChild(w1);
- EXPECT_TRUE(w1->GetWindowState()->is_dragged());
-
// The dragged window should only be in the list once.
WmWindow::Windows window_list =
mru_window_tracker()->BuildWindowListIgnoreModal();

Powered by Google App Engine
This is Rietveld 408576698