| Index: components/domain_reliability/util.cc
|
| diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
|
| index 0fc03a55e4c3f6e82d0b076a7a011b15ed867acc..68f6db6dad6afeb23b5867b0e98b99d5f670545f 100644
|
| --- a/components/domain_reliability/util.cc
|
| +++ b/components/domain_reliability/util.cc
|
| @@ -42,6 +42,7 @@ const struct NetErrorMapping {
|
| const char* beacon_status;
|
| } net_error_map[] = {
|
| { net::OK, "ok" },
|
| + { net::ERR_ABORTED, "aborted" },
|
| { net::ERR_TIMED_OUT, "tcp.connection.timed_out" },
|
| { net::ERR_CONNECTION_CLOSED, "tcp.connection.closed" },
|
| { net::ERR_CONNECTION_RESET, "tcp.connection.reset" },
|
|
|