Index: content/public/test/test_utils.cc |
diff --git a/content/public/test/test_utils.cc b/content/public/test/test_utils.cc |
index 66a493a62530bf04b47ea09833fa54d5de116a1f..2d12dd6db3d2b5dc3c62f0723fc482400d76aa2c 100644 |
--- a/content/public/test/test_utils.cc |
+++ b/content/public/test/test_utils.cc |
@@ -129,9 +129,7 @@ void RunThisRunLoop(base::RunLoop* run_loop) { |
// If we're running inside a browser test, we might need to allow the test |
// launcher to do extra work before/after running a nested message loop. |
TestLauncherDelegate* delegate = NULL; |
-#if !defined(OS_IOS) |
delegate = GetCurrentTestLauncherDelegate(); |
-#endif |
if (delegate) |
delegate->PreRunMessageLoop(run_loop); |
run_loop->Run(); |