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

Unified Diff: chrome/browser/extensions/extension_action_icon_factory_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/extensions/extension_action_icon_factory_unittest.cc
diff --git a/chrome/browser/extensions/extension_action_icon_factory_unittest.cc b/chrome/browser/extensions/extension_action_icon_factory_unittest.cc
index 55fdb8e2d4262cef73f21179ca5541f396a023ba..da7e9ceeed875c9764cda745697637a0f791ecb2 100644
--- a/chrome/browser/extensions/extension_action_icon_factory_unittest.cc
+++ b/chrome/browser/extensions/extension_action_icon_factory_unittest.cc
@@ -139,7 +139,7 @@ class ExtensionActionIconFactoryTest
virtual void TearDown() OVERRIDE {
profile_.reset(); // Get all DeleteSoon calls sent to ui_loop_.
- ui_loop_.RunAllPending();
+ ui_loop_.RunUntilIdle();
}
// ExtensionActionIconFactory::Observer overrides:

Powered by Google App Engine
This is Rietveld 408576698