| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 7b8e223442bf968df374f5425dd48b7a5275c2c7..094d043fadbde49b79e8441815d93fd4076f0742 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -875,8 +875,8 @@ void IOThread::ConfigureSpdyFromTrial(base::StringPiece spdy_trial_group,
|
| globals->next_protos = net::NextProtosSpdy31();
|
| globals->use_alternate_protocols.set(true);
|
| } else {
|
| - // Use the current SPDY default (SPDY/3.1).
|
| - globals->next_protos = net::NextProtosSpdy31();
|
| + // By default, enable HTTP/2.
|
| + globals->next_protos = net::NextProtosSpdy4Http2();
|
| globals->use_alternate_protocols.set(true);
|
| }
|
| }
|
|
|