Pass reject reasons explicitly to BuildRejection

This is a no-op change to support subsequent Leto CLs.  BuildRejection will soon be called from another location in a situation where context.info().reject_reasons is not set.

gfe-relnote: No-op refactoring, not flag-protected.
PiperOrigin-RevId: 239244511
Change-Id: Ic4cf0207b40f702290988489075f56673e8bc688
diff --git a/quic/core/crypto/quic_crypto_server_config.h b/quic/core/crypto/quic_crypto_server_config.h
index 9216eae..8b020d0 100644
--- a/quic/core/crypto/quic_crypto_server_config.h
+++ b/quic/core/crypto/quic_crypto_server_config.h
@@ -681,6 +681,7 @@
   // BuildRejection sets |out| to be a REJ message in reply to |client_hello|.
   void BuildRejection(const ProcessClientHelloContext& context,
                       const Config& config,
+                      const std::vector<uint32_t>& reject_reasons,
                       CryptoHandshakeMessage* out) const;
 
   // CompressChain compresses the certificates in |chain->certs| and returns a