| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index b162875cda4aa19fcec8dd964b800afddd2099de..d0d80c25a222456574e5965846cd983cafc5bf88 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -19,6 +19,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
| +#include "net/base/host_port_pair.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/load_states.h"
|
| #include "net/base/net_errors.h"
|
| @@ -76,6 +77,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 +254,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;
|
|
|