| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index a59f908a5ec556535bcfb740cd06d73a13743dfb..bc1d06b7c9b071c5eacf117a847ca23b1251f60f 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -295,6 +295,9 @@ class HttpNetworkTransaction : public HttpTransaction {
|
| // True if this network transaction is using SPDY instead of HTTP.
|
| bool using_spdy_;
|
|
|
| + // The certificate error while using SPDY over SSL for insecure URLs.
|
| + int spdy_certificate_error_;
|
| +
|
| AlternateProtocolMode alternate_protocol_mode_;
|
|
|
| // Only valid if |alternate_protocol_mode_| == kUsingAlternateProtocol.
|
|
|