Index: net/dns/dns_config_service_posix.h |
diff --git a/net/dns/dns_config_service_posix.h b/net/dns/dns_config_service_posix.h |
index 95a4377d93283a42504c592f84efcb370772701f..be19ab90b08864f5bbebbffdcd272108b6ea5f5a 100644 |
--- a/net/dns/dns_config_service_posix.h |
+++ b/net/dns/dns_config_service_posix.h |
@@ -53,6 +53,7 @@ enum ConfigParsePosixResult { |
CONFIG_PARSE_POSIX_NO_NAMESERVERS, |
CONFIG_PARSE_POSIX_MISSING_OPTIONS, |
CONFIG_PARSE_POSIX_UNHANDLED_OPTIONS, |
+ CONFIG_PARSE_POSIX_NO_DNSINFO, |
CONFIG_PARSE_POSIX_MAX // Bounding values for enumeration. |
}; |