Index: net/spdy/spdy_stream.h |
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h |
index a1821a359fe93b6fc84e14468b05f459ae1bafe0..73288ce9ba1490f915fd018a5d2187e9815d3556 100644 |
--- a/net/spdy/spdy_stream.h |
+++ b/net/spdy/spdy_stream.h |
@@ -31,7 +31,6 @@ namespace net { |
class AddressList; |
class IPEndPoint; |
struct LoadTimingInfo; |
-class SSLCertRequestInfo; |
class SSLInfo; |
class SpdySession; |
@@ -378,10 +377,6 @@ class NET_EXPORT_PRIVATE SpdyStream { |
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); |
- |
// If the stream is stalled on sending data, but the session is not |
// stalled on sending data and |send_window_size_| is positive, then |
// set |send_stalled_by_flow_control_| to false and unstall the data |