Index: net/dns/dns_response.h |
=================================================================== |
--- net/dns/dns_response.h (revision 151600) |
+++ net/dns/dns_response.h (working copy) |
@@ -81,7 +81,7 @@ |
public: |
// Possible results from ParseToAddressList. |
enum Result { |
- DNS_PARSE_OK = 0, |
+ DNS_SUCCESS = 0, |
DNS_MALFORMED_RESPONSE, // DnsRecordParser failed before the end of |
// packet. |
DNS_MALFORMED_CNAME, // Could not parse CNAME out of RRDATA. |
@@ -90,7 +90,7 @@ |
DNS_SIZE_MISMATCH, // Got an address but size does not match. |
DNS_CNAME_AFTER_ADDRESS, // Found CNAME after an address record. |
DNS_ADDRESS_TTL_MISMATCH, // TTL of all address records are not identical. |
- DNS_NO_ADDRESSES, // OBSOLETE. No longer used. |
+ DNS_NO_ADDRESSES, // No address records found. |
// Only add new values here. |
DNS_PARSE_RESULT_MAX, // Bounding value for histograms. |
}; |
Property changes on: net/dns/dns_response.h |
___________________________________________________________________ |
Added: svn:mergeinfo |