diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 17:26:12 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 17:26:12 +0000 |
commit | a658ed17827051f9a9fc16d9eb01fcc018806f2f (patch) | |
tree | f9d50139a0a174ff90134c9dd3811354eea60aaa /net/proxy/proxy_resolver_v8.cc | |
parent | aacc8f19737f981d40ee989fe7f25ac16d38c640 (diff) | |
download | chromium_src-a658ed17827051f9a9fc16d9eb01fcc018806f2f.zip chromium_src-a658ed17827051f9a9fc16d9eb01fcc018806f2f.tar.gz chromium_src-a658ed17827051f9a9fc16d9eb01fcc018806f2f.tar.bz2 |
Remove an unused member field.
BUG=46821
Review URL: http://codereview.chromium.org/2826012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_resolver_v8.cc')
-rw-r--r-- | net/proxy/proxy_resolver_v8.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_v8.cc b/net/proxy/proxy_resolver_v8.cc index b17ba4a..05f16e9 100644 --- a/net/proxy/proxy_resolver_v8.cc +++ b/net/proxy/proxy_resolver_v8.cc @@ -501,8 +501,7 @@ int ProxyResolverV8::GetProxyForURL(const GURL& query_url, base::TimeDelta::FromMinutes(5), base::TimeDelta::FromMinutes(5)); - ProxyResolverRequestContext request_context( - &query_url, &net_log, &host_cache); + ProxyResolverRequestContext request_context(&net_log, &host_cache); // Otherwise call into V8. context_->SetCurrentRequestContext(&request_context); |