| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index b0ed8c0c0df4bfef5a84edfca883c64bcb7d581d..b944c9b7b74e6937b0aa0cd7d89c0366b11b8a6c 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -97,6 +97,7 @@ class NET_EXPORT HttpNetworkSession
|
| HostMappingRules* host_mapping_rules;
|
| SocketPerformanceWatcherFactory* socket_performance_watcher_factory;
|
| bool ignore_certificate_errors;
|
| + std::set<std::string> ignore_certificate_error_spki_list;
|
| uint16_t testing_fixed_http_port;
|
| uint16_t testing_fixed_https_port;
|
| bool enable_tcp_fast_open_for_ssl;
|
|
|