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

Unified Diff: net/http/http_network_session.h

Issue 2692813002: Server push cancellation: add a finch trial parameter (Closed)
Patch Set: self review Created 3 years, 10 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..bf7944bf4d1eb0f4e6a4561ece0ff5045b95e5b8 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -85,6 +85,7 @@ class NET_EXPORT HttpNetworkSession
ClientSocketFactory* client_socket_factory;
HostResolver* host_resolver;
CertVerifier* cert_verifier;
+ bool enable_server_push_cancellation;
ChannelIDService* channel_id_service;
TransportSecurityState* transport_security_state;
CTVerifier* cert_transparency_verifier;
@@ -324,6 +325,7 @@ class NET_EXPORT HttpNetworkSession
NetLog* const net_log_;
HttpServerProperties* const http_server_properties_;
CertVerifier* const cert_verifier_;
+ bool enable_server_push_cancellation_;
Ryan Hamilton 2017/02/16 15:15:07 It's surprising to see this field as a member of H
Zhongyi Shi 2017/02/19 20:19:53 Done.
HttpAuthHandlerFactory* const http_auth_handler_factory_;
// Not const since it's modified by HttpNetworkSessionPeer for testing.

Powered by Google App Engine
This is Rietveld 408576698