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

Unified Diff: chrome/browser/io_thread.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 90549f6ce6d277298ce5ec2447e1ba90b26df983..6feb06432746c92731ce7350a7c6d9adf856bbc6 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -34,7 +34,6 @@ class CommandLine;
namespace chrome_browser_net {
class DnsProbeService;
-class HttpPipeliningCompatibilityClient;
}
namespace extensions {
@@ -150,27 +149,24 @@ class IOThread : public content::BrowserThreadDelegate {
scoped_refptr<net::CookieStore> system_cookie_store;
scoped_refptr<extensions::EventRouterForwarder>
extension_event_router_forwarder;
- scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient>
- http_pipelining_compatibility_client;
scoped_ptr<net::HostMappingRules> host_mapping_rules;
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings;
bool ignore_certificate_errors;
- bool http_pipelining_enabled;
uint16 testing_fixed_http_port;
uint16 testing_fixed_https_port;
-
+
Optional<size_t> initial_max_spdy_concurrent_streams;
Optional<bool> force_spdy_single_domain;
Optional<bool> enable_spdy_compression;
Optional<bool> enable_spdy_ping_based_connection_checking;
Optional<net::NextProto> spdy_default_protocol;
- net::NextProtoVector next_protos;
+ net::NextProtoVector next_protos;
Optional<string> trusted_spdy_proxy;
- Optional<bool> force_spdy_over_ssl;
- Optional<bool> force_spdy_always;
- std::set<net::HostPortPair> forced_spdy_exclusions;
- Optional<bool> use_alternate_protocols;
-
+ Optional<bool> force_spdy_over_ssl;
+ Optional<bool> force_spdy_always;
+ std::set<net::HostPortPair> forced_spdy_exclusions;
+ Optional<bool> use_alternate_protocols;
+
Optional<bool> enable_quic;
Optional<bool> enable_quic_https;
Optional<bool> enable_quic_pacing;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698