summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorwjmaclean <wjmaclean@chromium.org>2015-08-12 00:31:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 07:32:45 +0000
commit7f36a61b25654fdcbfd4e4fd6f7476b75908169e (patch)
treed21aadfa1eee21b8fbdf95b6e9515796debecd41 /remoting
parent83dc1610d1a0e3b78909b565943bfa12aeae9370 (diff)
downloadchromium_src-7f36a61b25654fdcbfd4e4fd6f7476b75908169e.zip
chromium_src-7f36a61b25654fdcbfd4e4fd6f7476b75908169e.tar.gz
chromium_src-7f36a61b25654fdcbfd4e4fd6f7476b75908169e.tar.bz2
Rename BasicURLRequestContext.
The name "BasicURLRequestContext" is misleading, as it is *more* than just a URLRequestContext. Instead, it's a URLRequestContext with added storage to contain owned-pointers to the context's components. This rename better reflects that distinction. BUG=none Review URL: https://codereview.chromium.org/1273363006 Cr-Commit-Position: refs/heads/master@{#342984}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/chromoting_host_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
index af6216a..f26dac9 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