Index: net/spdy/spdy_stream.cc |
diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc |
index aeb370e4fddf5a3ab5dc24c3dbfcfdb1a871ffbd..91928fe907cf6ed9edaf0b837eb32b1bfabbbd9e 100644 |
--- a/net/spdy/spdy_stream.cc |
+++ b/net/spdy/spdy_stream.cc |
@@ -73,8 +73,7 @@ SpdyStream::SpdyStream(SpdySession* session, |
net_log_(net_log), |
send_bytes_(0), |
recv_bytes_(0), |
- domain_bound_cert_type_(CLIENT_CERT_INVALID_TYPE), |
- domain_bound_cert_request_handle_(NULL) { |
+ domain_bound_cert_type_(CLIENT_CERT_INVALID_TYPE) { |
} |
class SpdyStream::SpdyStreamIOBufferProducer |