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

Unified Diff: base/test/launcher/test_launcher.cc

Issue 1390513002: Remove base::MessageLoop::{Quit,QuitClosure} functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split into small CLs Created 5 years, 2 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/run_loop.h ('k') | base/threading/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.cc
diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
index c200c448410649c766c612b82d739f9aebe98b8f..4d841f7883b246ed8c889ed2608ec4fb939b9699 100644
--- a/base/test/launcher/test_launcher.cc
+++ b/base/test/launcher/test_launcher.cc
@@ -972,7 +972,7 @@ void TestLauncher::RunTestIteration() {
CommandLine::ForCurrentProcess()->HasSwitch(kGTestBreakOnFailure);
if (cycles_ == 0 ||
(stop_on_failure && test_success_count_ != test_finished_count_)) {
- MessageLoop::current()->Quit();
+ MessageLoop::current()->QuitWhenIdle();
return;
}
« no previous file with comments | « base/run_loop.h ('k') | base/threading/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698