diff options
Diffstat (limited to 'net/spdy/spdy_test_util.h')
-rw-r--r-- | net/spdy/spdy_test_util.h | 4 |
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 |