| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 2e49e55a75205b315d64dfb5968cc48fe3680473..ad40720d9bbfbf18682c9904d8f2ba3b112eb3c1 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -209,7 +209,6 @@ class IOThread : public content::BrowserThreadDelegate {
|
| Optional<net::NextProto> spdy_default_protocol;
|
| Optional<bool> enable_spdy31;
|
| Optional<bool> enable_http2;
|
| - Optional<std::string> trusted_spdy_proxy;
|
| std::set<net::HostPortPair> forced_spdy_exclusions;
|
| Optional<bool> parse_alternative_services;
|
| Optional<bool> enable_alternative_service_with_different_host;
|
|
|