Index: ui/aura/test/aura_test_helper.cc |
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc |
index 0bcc515a637d73958deaad6059917d3349fab282..78b131bc5b6c21ec840e4043e95b5969b470a5a4 100644 |
--- a/ui/aura/test/aura_test_helper.cc |
+++ b/ui/aura/test/aura_test_helper.cc |
@@ -105,12 +105,10 @@ void AuraTestHelper::TearDown() { |
} |
void AuraTestHelper::RunAllPendingInMessageLoop() { |
-#if !defined(OS_MACOSX) |
// TODO(jbates) crbug.com/134753 Find quitters of this RunLoop and have them |
// use run_loop.QuitClosure(). |
base::RunLoop run_loop(Env::GetInstance()->GetDispatcher()); |
run_loop.RunUntilIdle(); |
-#endif |
} |
} // namespace test |