Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 8216614ddc22304b21cc9b4f2310f3d4fa056620..bd933032e46bc353a30b146c897b7f709574c024 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_port; |
// 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. |