| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index cc943df09cca9d1edd706a42a79219ed706e11ec..df0275de4dd0a03ccef2d046558d1c71dc9f0de9 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -380,6 +380,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
|
|
| // Returns true if QUIC should enable alternative services.
|
| static bool ShouldQuicEnableAlternativeServices(
|
| + const base::CommandLine& command_line,
|
| const VariationParameters& quic_trial_params);
|
|
|
| // Returns the maximum number of QUIC connections with high packet loss in a
|
|
|