Index: athena/home/home_card_unittest.cc |
diff --git a/athena/home/home_card_unittest.cc b/athena/home/home_card_unittest.cc |
index dbfd0add63cca8e1cf667d4024198bea7e491572..252e096a318b9f589210e80e8398a35403053aa8 100644 |
--- a/athena/home/home_card_unittest.cc |
+++ b/athena/home/home_card_unittest.cc |
@@ -57,10 +57,6 @@ TEST_F(HomeCardTest, AppSelection) { |
athena::ActivityFactory::Get()->CreateWebActivity( |
NULL, GURL("http://www.google.com/"))); |
EXPECT_EQ(HomeCard::VISIBLE_MINIMIZED, HomeCard::Get()->GetState()); |
- |
- // Overview mode has to finish before ending test, otherwise it crashes. |
- // TODO(mukai): fix this. |
- WindowManager::GetInstance()->ToggleOverview(); |
} |
TEST_F(HomeCardTest, Accelerators) { |