Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: net/http/http_network_session.h

Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698