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

Unified Diff: chrome/browser/bookmarks/recently_used_folders_combo_model_unittest.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/bookmarks/recently_used_folders_combo_model_unittest.cc
diff --git a/chrome/browser/bookmarks/recently_used_folders_combo_model_unittest.cc b/chrome/browser/bookmarks/recently_used_folders_combo_model_unittest.cc
index 6b1eb6f25a2bceae8d9de5bfa0f3ce2b255940f0..1e0cf7be7641f3034368880956ff55be8bb50e9c 100644
--- a/chrome/browser/bookmarks/recently_used_folders_combo_model_unittest.cc
+++ b/chrome/browser/bookmarks/recently_used_folders_combo_model_unittest.cc
@@ -44,7 +44,7 @@ void RecentlyUsedFoldersComboModelTest::SetUp() {
void RecentlyUsedFoldersComboModelTest::TearDown() {
// Flush the message loop to make application verifiers happy.
- message_loop_.RunAllPending();
+ message_loop_.RunUntilIdle();
}
// Verifies there are no duplicate nodes in the model.

Powered by Google App Engine
This is Rietveld 408576698