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

Unified Diff: ash/common/wm/workspace/workspace_layout_manager_unittest.cc

Issue 2778373004: Enables WorkspaceLayoutManagerSoloTest.PinnedSuspendsAlwaysOnTop for 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/workspace/workspace_layout_manager_unittest.cc
diff --git a/ash/common/wm/workspace/workspace_layout_manager_unittest.cc b/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
index d5f7a3d2247483a2fe1e2f59e6389de6561f24ac..1c9edfd495e6f014c3aacdb6841d106a69339860 100644
--- a/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
+++ b/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
@@ -758,10 +758,6 @@ TEST_F(WorkspaceLayoutManagerSoloTest, FullscreenSuspendsAlwaysOnTop) {
// Similary, pinned window causes always_on_top_ windows to stack below.
TEST_F(WorkspaceLayoutManagerSoloTest, PinnedSuspendsAlwaysOnTop) {
- // TODO: mash doesn't support pinning yet http://crbug.com/622486.
- if (WmShell::Get()->IsRunningInMash())
- return;
-
gfx::Rect bounds(100, 100, 200, 200);
std::unique_ptr<aura::Window> pinned_window_owner(
CreateTestWindowInShellWithBounds(bounds));
« 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