summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context.cc
diff options
context:
space:
mode:
authorrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 23:19:24 +0000
committerrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 23:19:24 +0000
commitb7979138857ade4edc414778bc11371cb97f508a (patch)
treeae020779cd8f8054cdd866d5c48dca981628c069 /remoting/host/chromoting_host_context.cc
parentcf94e030447dab5292b4f0629988049a8d414e9f (diff)
downloadchromium_src-b7979138857ade4edc414778bc11371cb97f508a.zip
chromium_src-b7979138857ade4edc414778bc11371cb97f508a.tar.gz
chromium_src-b7979138857ade4edc414778bc11371cb97f508a.tar.bz2
Remove unused parameter from url_request_context
BUG= Review URL: https://chromiumcodereview.appspot.com/23005007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host_context.cc')
-rw-r--r--remoting/host/chromoting_host_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
index aa3146c..350404b 100644
--- a/remoting/host/chromoting_host_context.cc
+++ b/remoting/host/chromoting_host_context.cc
@@ -40,7 +40,7 @@ ChromotingHostContext::ChromotingHostContext(
"ChromotingEncodeThread", ui_task_runner_);
url_request_context_getter_ = new URLRequestContextGetter(
- ui_task_runner_, network_task_runner_);
+ network_task_runner_);
}
ChromotingHostContext::~ChromotingHostContext() {