summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 01:38:43 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 01:38:43 +0000
commit733b7a6d83ad1c1394408f1c089cee2068135d44 (patch)
treeb1ef08e4d72977d440a63045dfff94047b063ee4 /net/spdy/spdy_test_util.h
parent7a7a13b4d8ff1e790da262addcdeb84232539ebe (diff)
downloadchromium_src-733b7a6d83ad1c1394408f1c089cee2068135d44.zip
chromium_src-733b7a6d83ad1c1394408f1c089cee2068135d44.tar.gz
chromium_src-733b7a6d83ad1c1394408f1c089cee2068135d44.tar.bz2
Make sure the key into the spdy session pool identifies the actual proxy used, and not the full list of possible proxies for the URL.
BUG=52668 TEST=SpdyNetworkTransactionTest.DirectConnectProxyReconnect Review URL: http://codereview.chromium.org/3192011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_test_util.h')
-rw-r--r--net/spdy/spdy_test_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h
index 79010e23..c2e15e0 100644
--- a/net/spdy/spdy_test_util.h
+++ b/net/spdy/spdy_test_util.h
@@ -379,10 +379,6 @@ class SpdyURLRequestContext : public URLRequestContext {
scoped_refptr<SpdySessionPool> spdy_session_pool_;
};
-// This creates a proxy for testing purposes.
-// |proxy| should be in the form "myproxy:70".
-ProxyService* SpdyCreateFixedProxyService(const std::string& proxy);
-
const SpdyHeaderInfo make_spdy_header(spdy::SpdyControlType type);
} // namespace net