Index: net/dns/dns_response.h |
diff --git a/net/dns/dns_response.h b/net/dns/dns_response.h |
index 4a445d967aac11cbc651a42174378b04ed1b1be6..76c2215074d2712273094cd745114e40b9b06dbd 100644 |
--- a/net/dns/dns_response.h |
+++ b/net/dns/dns_response.h |
@@ -130,7 +130,9 @@ class NET_EXPORT_PRIVATE DnsResponse { |
// Accessors for the header. |
uint16 flags() const; // excluding rcode |
uint8 rcode() const; |
+ |
unsigned answer_count() const; |
+ unsigned additional_answer_count() const; |
// Accessors to the question. The qname is unparsed. |
base::StringPiece qname() const; |