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