summaryrefslogtreecommitdiffstats
path: root/ash/shell_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell_unittest.cc')
-rw-r--r--ash/shell_unittest.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index e9e7554..131d500 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -300,9 +300,6 @@ TEST_F(ShellTest, MAYBE_ManagedWindowModeBasics) {
widget->Show();
EXPECT_FALSE(widget->IsMaximized());
- // We have a default container event filter (for window drags).
- EXPECT_TRUE(widget->GetNativeWindow()->parent()->event_filter());
-
// Clean up.
widget->Close();
}