| Index: components/domain_reliability/quic_error_mapping.cc
|
| diff --git a/components/domain_reliability/quic_error_mapping.cc b/components/domain_reliability/quic_error_mapping.cc
|
| index 3dee27777ffec9c86dac53fa50fadd7ec90da1c9..f8904717b0ee31a8ef2deaec60f7ff9f2dd0ce44 100644
|
| --- a/components/domain_reliability/quic_error_mapping.cc
|
| +++ b/components/domain_reliability/quic_error_mapping.cc
|
| @@ -32,6 +32,8 @@ const struct QuicErrorMapping {
|
| // Attempt to send unencrypted STREAM frame.
|
| { net::QUIC_ATTEMPT_TO_SEND_UNENCRYPTED_STREAM_DATA,
|
| "quic.attempt.to.unencrypted.stream.data" },
|
| + // Received a frame which is likely the result of memory corruption.
|
| + { net::QUIC_MAYBE_CORRUPTED_MEMORY, "quic.maybe.corrupted.momery" },
|
| // FEC frame data is not encrypted.
|
| { net::QUIC_UNENCRYPTED_FEC_DATA, "quic.unencrypted.fec.data" },
|
| // RST_STREAM frame data is malformed.
|
|
|