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

Unified Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 11413050: chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: chrome/browser/chromeos/login/wizard_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
index 379fcb583cd7c34d716dbe8bc5002b4910aaeda8..105b763bdb39d51aab7896020603545f06de1179 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -299,7 +299,7 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest,
// Prevent browser launch when the profile is prepared:
browser_shutdown::SetTryingToQuit(true);
// Run the tasks posted to complete the login:
- MessageLoop::current()->RunAllPending();
+ MessageLoop::current()->RunUntilIdle();
}
IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, ControlFlowResetScreen) {

Powered by Google App Engine
This is Rietveld 408576698