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

Unified Diff: content/public/test/test_utils.cc

Issue 1815563004: Remove iOS ifdefs in src/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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();

Powered by Google App Engine
This is Rietveld 408576698