| Index: net/spdy/spdy_stream.cc
|
| diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
|
| index 9f8c02a98b7807c0213d2a15227197674b28fe5a..97d0c9d1cea423537860570fe61271d33880cf83 100644
|
| --- a/net/spdy/spdy_stream.cc
|
| +++ b/net/spdy/spdy_stream.cc
|
| @@ -710,10 +710,6 @@ bool SpdyStream::GetSSLInfo(SSLInfo* ssl_info,
|
| ssl_info, was_npn_negotiated, protocol_negotiated);
|
| }
|
|
|
| -bool SpdyStream::GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) {
|
| - return session_->GetSSLCertRequestInfo(cert_request_info);
|
| -}
|
| -
|
| void SpdyStream::PossiblyResumeIfSendStalled() {
|
| if (IsLocallyClosed()) {
|
| return;
|
|
|