Index: net/spdy/spdy_stream.h |
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h |
index 3a4a283fd97e7c55144b6e4852852307bee63d71..ad916bcf6af3e3db32de364ad86fb5b3dab7a45a 100644 |
--- a/net/spdy/spdy_stream.h |
+++ b/net/spdy/spdy_stream.h |
@@ -24,7 +24,6 @@ |
#include "net/spdy/spdy_framer.h" |
#include "net/spdy/spdy_header_block.h" |
#include "net/spdy/spdy_protocol.h" |
-#include "net/ssl/server_bound_cert_service.h" |
#include "net/ssl/ssl_client_cert_type.h" |
#include "url/gurl.h" |
@@ -558,10 +557,6 @@ class NET_EXPORT_PRIVATE SpdyStream { |
int send_bytes_; |
int recv_bytes_; |
- std::string domain_bound_private_key_; |
- std::string domain_bound_cert_; |
- ServerBoundCertService::RequestHandle domain_bound_cert_request_handle_; |
- |
// Guards calls of delegate write handlers ensuring |this| is not destroyed. |
// TODO(jgraettinger): Consider removing after crbug.com/35511 is tracked |
// down. |