Chromium Code Reviews| Index: net/spdy/spdy_session.h |
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
| index 5ce8fecac0a5ae82def32c9fd6b0f4e59cd838dc..96efef0387147b109280d80dff8175aa2b07e744 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 { |
| @@ -403,6 +404,8 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, |
| // status, such as "resolving host", "connecting", etc. |
| LoadState GetLoadState() const; |
| + url::SchemeHostPort GetSpdyServer(); |
|
Ryan Hamilton
2016/04/08 18:38:05
nit: No need for Spdy in this method name. Can you
Zhongyi Shi
2016/04/12 21:08:08
Done.
|
| + |
| // Fills SSL info in |ssl_info| and returns true when SSL is in use. |
| bool GetSSLInfo(SSLInfo* ssl_info, |
| bool* was_npn_negotiated, |