Index: net/dns/dns_test_util.h |
diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h |
index 7d119201a53012523c38e2eb7efe6d24a3d685c8..1b6769731c440755206c82ee4ebb29b8f37533fe 100644 |
--- a/net/dns/dns_test_util.h |
+++ b/net/dns/dns_test_util.h |
@@ -180,6 +180,7 @@ struct MockDnsClientRule { |
enum Result { |
FAIL_SYNC, // Fail synchronously with ERR_NAME_NOT_RESOLVED. |
FAIL_ASYNC, // Fail asynchronously with ERR_NAME_NOT_RESOLVED. |
+ TIMEOUT, // Fail asynchronously with ERR_DNS_TIMEOUT. |
EMPTY, // Return an empty response. |
OK, // Return a response with loopback address. |
}; |