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

Unified Diff: chrome/browser/extensions/extension_ui_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_ui_unittest.cc
diff --git a/chrome/browser/extensions/extension_ui_unittest.cc b/chrome/browser/extensions/extension_ui_unittest.cc
index 20ef507d888f5f2e3bdbc130f95cbb34677e6eab..8f06329fa5bc5e3e071d56494ccc85a8c02b159e 100644
--- a/chrome/browser/extensions/extension_ui_unittest.cc
+++ b/chrome/browser/extensions/extension_ui_unittest.cc
@@ -45,7 +45,7 @@ class ExtensionUITest : public testing::Test {
handler_.reset();
profile_.reset();
// Execute any pending deletion tasks.
- message_loop_.RunAllPending();
+ message_loop_.RunUntilIdle();
}
static DictionaryValue* DeserializeJSONTestData(const FilePath& path,

Powered by Google App Engine
This is Rietveld 408576698