| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index b162875cda4aa19fcec8dd964b800afddd2099de..5aebb1c90e729684fd4b742b3a7ca631c55462f6 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -76,6 +76,7 @@ struct LoadTimingInfo;
|
| class SpdyStream;
|
| class SSLInfo;
|
| class TransportSecurityState;
|
| +class TrustedSpdyProxyProvider;
|
|
|
| // NOTE: There's an enum of the same name (also with numeric suffixes)
|
| // in histograms.xml. Be sure to add new values there also.
|
| @@ -252,7 +253,8 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| size_t stream_max_recv_window_size,
|
| size_t initial_max_concurrent_streams,
|
| TimeFunc time_func,
|
| - const HostPortPair& trusted_spdy_proxy,
|
| + const base::WeakPtr<TrustedSpdyProxyProvider>&
|
| + trusted_spdy_proxy_provider,
|
| NetLog* net_log);
|
|
|
| ~SpdySession() override;
|
|
|