| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 1e7c78c74590b8528dd2b37a8f85102f32025671..fdbf73dfc20e8ca40c63d4764dd08f1fcfd82f36 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -358,10 +358,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| bool* was_npn_negotiated,
|
| NextProto* protocol_negotiated);
|
|
|
| - // Fills SSL Certificate Request info |cert_request_info| and returns
|
| - // true when SSL is in use.
|
| - bool GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
|
| -
|
| // Send a WINDOW_UPDATE frame for a stream. Called by a stream
|
| // whenever receive window size is increased.
|
| void SendStreamWindowUpdate(SpdyStreamId stream_id,
|
|
|