| Index: net/tools/quic/quic_dispatcher.cc
|
| diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
|
| index dd87de1ab2bd70ced717e6d31cc667ae6aa59267..751d9bcdb955dd59ce22fc210f9f9695ed9751d4 100644
|
| --- a/net/tools/quic/quic_dispatcher.cc
|
| +++ b/net/tools/quic/quic_dispatcher.cc
|
| @@ -466,8 +466,7 @@ QuicServerSession* QuicDispatcher::CreateQuicSession(
|
| // The QuicServerSession takes ownership of |connection| below.
|
| QuicConnection* connection = new QuicConnection(
|
| connection_id, client_address, helper_.get(), connection_writer_factory_,
|
| - /* owns_writer= */ true, Perspective::IS_SERVER,
|
| - crypto_config_->HasProofSource(), supported_versions_);
|
| + /* owns_writer= */ true, Perspective::IS_SERVER, supported_versions_);
|
|
|
| QuicServerSession* session =
|
| new QuicServerSession(config_, connection, this, crypto_config_);
|
|
|