Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index e71f26cac533c91e72867fa72579b61d2b7221bd..62c78514713f5bedab5d6f1d3d5b3ca09280a5a0 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -209,7 +209,6 @@ class IOThread : public content::BrowserThreadDelegate { |
Optional<bool> enable_spdy_ping_based_connection_checking; |
Optional<net::NextProto> spdy_default_protocol; |
net::NextProtoVector next_protos; |
- Optional<std::string> trusted_spdy_proxy; |
std::set<net::HostPortPair> forced_spdy_exclusions; |
Optional<bool> use_alternative_services; |
Optional<double> alternative_service_probability_threshold; |