Enable ALPS parsing for HTTP/3 in Chrome.

PiperOrigin-RevId: 362992826
Change-Id: Ie7e5f9358896d7bfbafe37b5c35e0a10d32f2fb4
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h
index 4dd8816..17fe1b4 100644
--- a/quic/core/quic_flags_list.h
+++ b/quic/core/quic_flags_list.h
@@ -36,7 +36,7 @@
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_do_not_synthesize_source_cid_for_short_header, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_donot_reset_ideal_next_packet_send_time, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_dont_defer_sending, true)
-QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_alps_client, false)
+QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_alps_client, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_alps_server, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_mtu_discovery_at_server, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_server_on_wire_ping, true)