Index: net/quic/quic_framer.h |
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h |
index 0bc3299295e244cad409e33d227094ca961207e4..53ca1934380157e6540a08baf6fe4c3ded5eba26 100644 |
--- a/net/quic/quic_framer.h |
+++ b/net/quic/quic_framer.h |
@@ -304,9 +304,10 @@ class NET_EXPORT_PRIVATE QuicFramer { |
static QuicEncryptedPacket* BuildPublicResetPacket( |
const QuicPublicResetPacket& packet); |
- QuicEncryptedPacket* BuildVersionNegotiationPacket( |
- const QuicPacketPublicHeader& header, |
- const QuicVersionVector& supported_versions); |
+ // Returns a new version negotiation packet, owned by the caller. |
+ static QuicEncryptedPacket* BuildVersionNegotiationPacket( |
+ QuicConnectionId connection_id, |
+ const QuicVersionVector& versions); |
// SetDecrypter sets the primary decrypter, replacing any that already exists, |
// and takes ownership. If an alternative decrypter is in place then the |