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

Unified Diff: ash/wm/window_state_unittest.cc

Issue 2784173002: Changes how window is updated when display changes in mash (Closed)
Patch Set: feedback 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/test/ash_test_helper.cc ('k') | ui/display/display_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state_unittest.cc
diff --git a/ash/wm/window_state_unittest.cc b/ash/wm/window_state_unittest.cc
index d238f3688c4a9cb141496817415ddad9a5c099d0..402e0ef3cb623589cf3d3045730304de2b48c772 100644
--- a/ash/wm/window_state_unittest.cc
+++ b/ash/wm/window_state_unittest.cc
@@ -320,10 +320,6 @@ TEST_F(WindowStateTest, RestoredWindowBoundsShrink) {
}
TEST_F(WindowStateTest, DoNotResizeMaximizedWindowInFullscreen) {
- // TODO: investigate failure. http://crbug.com/698914.
- if (WmShell::Get()->IsRunningInMash())
- return;
-
std::unique_ptr<aura::Window> maximized(CreateTestWindowInShellWithId(0));
std::unique_ptr<aura::Window> fullscreen(CreateTestWindowInShellWithId(1));
WindowState* maximized_state = GetWindowState(maximized.get());
@@ -353,10 +349,6 @@ TEST_F(WindowStateTest, DoNotResizeMaximizedWindowInFullscreen) {
}
TEST_F(WindowStateTest, TrustedPinned) {
- // TODO: investigate failure. http://crbug.com/698914.
- if (WmShell::Get()->IsRunningInMash())
- return;
-
std::unique_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
WindowState* window_state = GetWindowState(window.get());
EXPECT_FALSE(window_state->IsTrustedPinned());
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ui/display/display_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698