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

Unified Diff: ios/chrome/browser/net/ios_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
« no previous file with comments | « headless/lib/browser/headless_url_request_context_getter.cc ('k') | media/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
diff --git a/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h b/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
index 9e8cc8fd4953c71c1c706f22e7ae102f22314f27..c1205259b6f21e6eee2c5bad583cb0387f59957d 100644
--- a/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
+++ b/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
@@ -30,7 +30,7 @@ class IOSChromeURLRequestContextGetter : 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 | « headless/lib/browser/headless_url_request_context_getter.cc ('k') | media/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698