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

Unified Diff: content/browser/site_instance_impl_unittest.cc

Issue 2211473003: Remove calls to deprecated MessageLoop methods on Windows and Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
Index: content/browser/site_instance_impl_unittest.cc
diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc
index be2a3eea4dc58d0a7749e8bf56afe1d02d7e3903..2c279a9573861f7bf534cb983b88b36a65f1086c 100644
--- a/content/browser/site_instance_impl_unittest.cc
+++ b/content/browser/site_instance_impl_unittest.cc
@@ -138,7 +138,7 @@ class SiteInstanceTest : public testing::Test {
// objects in each test, which will be destructed before
// TearDown() is called.
base::RunLoop().RunUntilIdle();
- message_loop_.RunUntilIdle();
+ base::RunLoop().RunUntilIdle();
fdoray 2016/08/04 18:48:21 Why are there 2 calls?
gab 2016/08/05 01:09:57 Probably because the developer thought he was flus
fdoray 2016/08/05 16:10:36 Done. https://codereview.chromium.org/2219053002/
}
SiteInstanceTestBrowserClient* browser_client() { return &browser_client_; }

Powered by Google App Engine
This is Rietveld 408576698