Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream

PiperOrigin-RevId: 332301712
Change-Id: I391a8dfcd7f927d71de91355ba26a0d62bcf9e7c
diff --git a/quic/core/tls_handshaker.h b/quic/core/tls_handshaker.h
index 282c89d..2b3c9fc 100644
--- a/quic/core/tls_handshaker.h
+++ b/quic/core/tls_handshaker.h
@@ -48,6 +48,7 @@
   // TlsHandshaker which use them to implement methods of QuicCryptoStream.
   CryptoMessageParser* crypto_message_parser() { return this; }
   size_t BufferSizeLimitForLevel(EncryptionLevel level) const;
+  ssl_early_data_reason_t EarlyDataReason() const;
 
  protected:
   virtual void AdvanceHandshake() = 0;