| commit | 6a6bd311f00bb2807365f11f6a9595601f9276cc | [log] [tgz] |
|---|---|---|
| author | nharper <nharper@google.com> | Thu Sep 17 13:20:53 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 17 13:21:21 2020 -0700 |
| tree | da82da2f6ac394602efb6f712f54b315841cfe86 | |
| parent | f555d99a084cdd086a349548c70fb558ac5847cf [diff] [blame] |
Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream PiperOrigin-RevId: 332301712 Change-Id: I391a8dfcd7f927d71de91355ba26a0d62bcf9e7c
diff --git a/quic/core/http/quic_spdy_session_test.cc b/quic/core/http/quic_spdy_session_test.cc index a3c4a52..c8fdf4c 100644 --- a/quic/core/http/quic_spdy_session_test.cc +++ b/quic/core/http/quic_spdy_session_test.cc
@@ -131,6 +131,9 @@ } // QuicCryptoStream implementation + ssl_early_data_reason_t EarlyDataReason() const override { + return ssl_early_data_unknown; + } bool encryption_established() const override { return encryption_established_; }