| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 943d6cb0bc5c6c181d8c3849d9f4ae63bc13fcb8..ddb62d1a298dba0bd733f0ad2875a3c98dfbca91 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -350,7 +350,7 @@ IOThread::IOThread(
|
| #endif
|
| globals_(nullptr),
|
| is_quic_allowed_by_policy_(true),
|
| - http_09_on_non_default_ports_enabled_(false),
|
| + http_09_on_non_default_ports_enabled_(true),
|
| creation_time_(base::TimeTicks::Now()),
|
| weak_factory_(this) {
|
| scoped_refptr<base::SingleThreadTaskRunner> io_thread_proxy =
|
|
|