Index: net/dns/dns_test_util.h |
diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h |
index 5c5019a99afa20f84433c0f2f13c6ea9964b0929..f52a405f9380e637cc99bac66ceeb3835623194a 100644 |
--- a/net/dns/dns_test_util.h |
+++ b/net/dns/dns_test_util.h |
@@ -174,6 +174,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. |
}; |