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

Unified Diff: chrome/browser/net/chrome_url_request_context_getter.h

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/net/chrome_url_request_context_getter.h
diff --git a/chrome/browser/net/chrome_url_request_context_getter.h b/chrome/browser/net/chrome_url_request_context_getter.h
index 9193a41f7af4a2adb126ff945d5d063807fe7c03..d0337fe50388ae7f6ad682b3fa2eaab72a83a99a 100644
--- a/chrome/browser/net/chrome_url_request_context_getter.h
+++ b/chrome/browser/net/chrome_url_request_context_getter.h
@@ -35,7 +35,7 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter {
// Note that GetURLRequestContext() can only be called from the IO
// thread (it will assert otherwise).
- // GetIOMessageLoopProxy however can be called from any thread.
+ // GetIOTaskRunner however can be called from any thread.
//
// net::URLRequestContextGetter implementation.
net::URLRequestContext* GetURLRequestContext() override;
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/net/chrome_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698