| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 619c4da022e52ab62638c4d1e386333bb2eadacd..cc943df09cca9d1edd706a42a79219ed706e11ec 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -378,6 +378,10 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // Returns true if QUIC should prefer AES-GCN even without hardware support.
|
| static bool ShouldQuicPreferAes(const VariationParameters& quic_trial_params);
|
|
|
| + // Returns true if QUIC should enable alternative services.
|
| + static bool ShouldQuicEnableAlternativeServices(
|
| + const VariationParameters& quic_trial_params);
|
| +
|
| // Returns the maximum number of QUIC connections with high packet loss in a
|
| // row after which QUIC should be disabled. Returns 0 if the default value
|
| // should be used.
|
|
|