diff options
Diffstat (limited to 'net/spdy/spdy_test_util_spdy3.h')
-rw-r--r-- | net/spdy/spdy_test_util_spdy3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h index ea41b12..11d2e62 100644 --- a/net/spdy/spdy_test_util_spdy3.h +++ b/net/spdy/spdy_test_util_spdy3.h @@ -369,6 +369,7 @@ class SpdySessionDependencies { scoped_ptr<DeterministicMockClientSocketFactory> deterministic_socket_factory; scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; HttpServerPropertiesImpl http_server_properties; + std::string trusted_spdy_proxy; }; class SpdyURLRequestContext : public URLRequestContext { |