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

Unified Diff: net/http/http_network_session.h

Issue 1378613004: Set Token-Binding HTTP header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tb-tls-ext-new
Patch Set: Add UMA logging of Token Binding support and NetLog event for Token Binding key lookup Created 5 years, 1 month 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 20ee21e2ce1868cf889298f97243b2dceaae8bec..76b1b9517071e58d025af4cb9fa4774d0ed5e97d 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -174,6 +174,8 @@ class NET_EXPORT HttpNetworkSession
// If true, all QUIC sessions are closed when any local IP address changes.
bool quic_close_sessions_on_ip_change;
ProxyDelegate* proxy_delegate;
+ // Enable support for Token Binding.
+ bool enable_token_binding;
};
enum SocketPoolType {

Powered by Google App Engine
This is Rietveld 408576698