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

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: Merge 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') | net/base/load_timing_info.h » ('J')
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 bdf93fe7c3350f5e10d520a08d09386e274c9d8a..81b5cad9df2f0e922a5ce79ce504e71c688aa01b 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,12 +149,9 @@ 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;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | net/base/load_timing_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698