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

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

Issue 23484026: GTTF: kill spawned test processes when the launcher is killed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: LAZY_INSTANCE_INITIALIZER Created 7 years, 3 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
« no previous file with comments | « base/test/unit_test_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_launcher.cc
diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
index f53e563ca930429eee4478695f4cfc35515a5996..61279bb9b7e0cdf825aaa9fdc301173b2edb6757 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -359,7 +359,7 @@ int LaunchTests(TestLauncherDelegate* launcher_delegate,
testing::InitGoogleTest(&argc, argv);
TestTimeouts::Initialize();
- base::MessageLoop message_loop;
+ base::MessageLoopForIO message_loop;
WrapperTestLauncherDelegate delegate(launcher_delegate);
return base::LaunchTests(&delegate, argc, argv);
« no previous file with comments | « base/test/unit_test_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698