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

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

Issue 2740583002: Reenables MruWindowTrackerTest.MinimizedWindowsAreLru in mash (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6ba12c4bf50b52f22f6f1f247f3223c276d208f 100644
--- a/ash/common/wm/mru_window_tracker_unittest.cc
+++ b/ash/common/wm/mru_window_tracker_unittest.cc
@@ -51,10 +51,6 @@ TEST_F(MruWindowTrackerTest, Basic) {
// Test that minimized windows are not treated specially.
TEST_F(MruWindowTrackerTest, MinimizedWindowsAreLru) {
- // TODO(sky): fix me. Fails in mash because of http://crbug.com/654887.
- if (WmShell::Get()->IsRunningInMash())
- return;
-
std::unique_ptr<WindowOwner> w1_owner(CreateTestWindow());
WmWindow* w1 = w1_owner->window();
std::unique_ptr<WindowOwner> w2_owner(CreateTestWindow());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698