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

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: fix build issues 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 09b4d7e7a8d25bd7495b2fabb653d2e0399f3e99..d0a0feeee4a6cbfc93d41672a686269734be14fb 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -188,6 +188,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