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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.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
Index: chrome/browser/safe_browsing/safe_browsing_service.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
index 782341d29c52c779a09e52fb5cc166a00e26396e..ae689f3e07eac5e62b3844cc7912d3b189bbc8c2 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -159,7 +159,7 @@ SafeBrowsingURLRequestContextGetter::SafeBrowsingURLRequestContextGetter(
: shut_down_(false),
system_context_getter_(system_context_getter),
network_task_runner_(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)) {}
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::IO)) {}
net::URLRequestContext*
SafeBrowsingURLRequestContextGetter::GetURLRequestContext() {

Powered by Google App Engine
This is Rietveld 408576698