| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 2e2234f66b274af8ce00c1a429072aa12b26e101..75385388a222c352c513f06fda23e88a9ac3d065 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -838,6 +838,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // handled, false otherwise.
|
| bool ProcessValidatedPacket(const QuicPacketHeader& header);
|
|
|
| + // Consider receiving crypto frame on non crypto stream as memory corruption.
|
| + bool MaybeConsiderAsMemoryCorruption(const QuicStreamFrame& frame);
|
| +
|
| QuicFramer framer_;
|
| QuicConnectionHelperInterface* helper_; // Not owned.
|
| QuicAlarmFactory* alarm_factory_; // Not owned.
|
|
|