| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 4a158c00d618bd2ab87d4c9893a05715ead0c996..65da7cfbce34ed72cb2a4d63c3370b2c175e1267 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -42,6 +42,7 @@
|
| #include "net/spdy/spdy_write_queue.h"
|
| #include "net/ssl/ssl_config_service.h"
|
| #include "url/gurl.h"
|
| +#include "url/scheme_host_port.h"
|
|
|
| namespace net {
|
|
|
| @@ -406,6 +407,9 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| // status, such as "resolving host", "connecting", etc.
|
| LoadState GetLoadState() const;
|
|
|
| + // Returns server infomation in the form of (scheme/host/port).
|
| + url::SchemeHostPort GetServer();
|
| +
|
| // Fills SSL info in |ssl_info| and returns true when SSL is in use.
|
| bool GetSSLInfo(SSLInfo* ssl_info,
|
| bool* was_npn_negotiated,
|
|
|