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

Unified Diff: remoting/host/chromoting_host_context.h

Issue 1273363006: Rename BasicURLRequestContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « net/url_request/url_request_context_builder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host_context.h
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
index af6216acaba1377040d1d3652fda54b81a552dcc..f26dac9566cc6aac2a771a57a13eac1a00b4db8e 100644
--- a/remoting/host/chromoting_host_context.h
+++ b/remoting/host/chromoting_host_context.h
@@ -35,7 +35,7 @@ class ChromotingHostContext {
#if defined(OS_CHROMEOS)
// Attaches task runners to the relevant browser threads for the chromoting
// host. Must be called on the UI thread of the browser process.
- // remoting::UrlRequestContextGetter returns BasicURLRequestContext under
+ // remoting::UrlRequestContextGetter returns ContainerURLRequestContext under
// the hood which spawns two new threads per instance. Since
// ChromotingHostContext can be destroyed from any thread, as its owner
// (It2MeHost) is ref-counted, joining the created threads during shutdown
« no previous file with comments | « net/url_request/url_request_context_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698