Chromium Code Reviews| Index: net/spdy/spdy_stream.h |
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h |
| index 3a4a283fd97e7c55144b6e4852852307bee63d71..769cd8ddb9a2c534620f834e6914d605540c32bc 100644 |
| --- a/net/spdy/spdy_stream.h |
| +++ b/net/spdy/spdy_stream.h |
| @@ -24,7 +24,7 @@ |
| #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/channel_id_service.h" |
| #include "net/ssl/ssl_client_cert_type.h" |
| #include "url/gurl.h" |
| @@ -560,7 +560,7 @@ class NET_EXPORT_PRIVATE SpdyStream { |
| std::string domain_bound_private_key_; |
| std::string domain_bound_cert_; |
| - ServerBoundCertService::RequestHandle domain_bound_cert_request_handle_; |
| + ChannelIDService::RequestHandle domain_bound_cert_request_handle_; |
|
wtc
2014/07/01 19:50:53
These three members should be renamed:
channel_i
Ryan Hamilton
2014/07/21 19:12:09
Wow, interestingly, these members are unused. I've
|
| // Guards calls of delegate write handlers ensuring |this| is not destroyed. |
| // TODO(jgraettinger): Consider removing after crbug.com/35511 is tracked |