| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 1fb1b4cffde3963ac911ef927bc1cbd3f74b60d3..5b6674efd609a1e41259ce183115db29ed505ab2 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -176,7 +176,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| net::NextProtoVector next_protos;
|
| Optional<std::string> trusted_spdy_proxy;
|
| std::set<net::HostPortPair> forced_spdy_exclusions;
|
| - Optional<bool> use_alternate_protocols;
|
| + Optional<bool> use_alternative_services;
|
| Optional<double> alternative_service_probability_threshold;
|
|
|
| Optional<bool> enable_quic;
|
|
|