Deprecate quic_dispatcher_hands_chlo_extractor_one_version
gfe-relnote: deprecate gfe2_restart_flag_quic_dispatcher_hands_chlo_extractor_one_version
PiperOrigin-RevId: 268104424
Change-Id: I87e36aa31ea9402d10f04d33affdb9ae5b2a0091
diff --git a/quic/core/chlo_extractor.h b/quic/core/chlo_extractor.h
index 4e53a10..3cf0d24 100644
--- a/quic/core/chlo_extractor.h
+++ b/quic/core/chlo_extractor.h
@@ -31,7 +31,7 @@
// if found will result in the session being created early, to
// enable support for multi-packet CHLOs.
static bool Extract(const QuicEncryptedPacket& packet,
- const ParsedQuicVersionVector& versions,
+ ParsedQuicVersion version,
const QuicTagVector& create_session_tag_indicators,
Delegate* delegate,
uint8_t connection_id_length);