| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index c6d2dba3bb190ed32fa454d4f9cb3d45b607d12c..627dcfb4613b62f0b55dcf7a2cf9c5aec8fb2eae 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -162,7 +162,6 @@ class IOThread : public content::BrowserThreadDelegate {
|
| Optional<net::NextProto> spdy_default_protocol;
|
| Optional<bool> enable_quic;
|
| Optional<uint16> origin_port_to_force_quic_on;
|
| - Optional<bool> use_spdy_over_quic;
|
| bool enable_user_alternate_protocol_ports;
|
| // NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a
|
| // main frame load fails with a DNS error in order to provide more useful
|
|
|