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

Unified Diff: blimp/engine/browser_tests/blimp_browser_test.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « blimp/engine/app/blimp_url_request_context_getter.cc ('k') | blimp/engine/common/blimp_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser_tests/blimp_browser_test.cc
diff --git a/blimp/engine/browser_tests/blimp_browser_test.cc b/blimp/engine/browser_tests/blimp_browser_test.cc
index 93680520913fcb2dcbe48a4fb463d0532e76a336..13a3e6a5b145bd26789f221773f7d04683b15b50 100644
--- a/blimp/engine/browser_tests/blimp_browser_test.cc
+++ b/blimp/engine/browser_tests/blimp_browser_test.cc
@@ -76,8 +76,7 @@ void BlimpBrowserTest::SetUpOnMainThread() {
}
void BlimpBrowserTest::TearDownOnMainThread() {
- content::BrowserThread::GetMessageLoopProxyForThread(
- content::BrowserThread::UI)
+ content::BrowserThread::GetTaskRunnerForThread(content::BrowserThread::UI)
->PostTask(FROM_HERE, base::MessageLoop::QuitWhenIdleClosure());
}
« no previous file with comments | « blimp/engine/app/blimp_url_request_context_getter.cc ('k') | blimp/engine/common/blimp_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698