Chromium Code Reviews| Index: chrome/browser/io_thread.h |
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
| index fb7921a71cb25cf2111cf19e6d0a737bcca4a5e6..9040ba16d1e2552d0e8af6a07e62239102f90263 100644 |
| --- a/chrome/browser/io_thread.h |
| +++ b/chrome/browser/io_thread.h |
| @@ -158,6 +158,7 @@ class IOThread : public content::BrowserThreadDelegate { |
| Optional<bool> enable_spdy_compression; |
| Optional<bool> enable_spdy_ping_based_connection_checking; |
| Optional<net::NextProto> spdy_default_protocol; |
| + Optional<uint16> force_quic_when_origin_has_port; |
|
Nico
2012/12/13 20:10:00
nit: The name suggests that this is a bool. Instea
Ryan Hamilton
2012/12/14 02:45:46
Done.
|
| // 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 |
| // information to the renderer so it can show a more specific error page. |