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

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: Remove sequence numbers from mock reads Created 4 years, 11 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 a9c2ac9e233fee9e6d931252a2a27848766f65dc..f4455907c1f47670f8f295f872df461025da020b 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -191,6 +191,8 @@ class NET_EXPORT HttpNetworkSession
// changes.
bool quic_migrate_sessions_on_network_change;
ProxyDelegate* proxy_delegate;
+ // Enable support for Token Binding.
+ bool enable_token_binding;
};
enum SocketPoolType {

Powered by Google App Engine
This is Rietveld 408576698