Chromium Code Reviews| Index: net/dns/dns_protocol.h |
| diff --git a/net/dns/dns_protocol.h b/net/dns/dns_protocol.h |
| index 4516b2914f48e5b57bc804dd4f3221bfd7c5f443..a8aad65c2fb3b6cbcc17e00de8f757890f7984f2 100644 |
| --- a/net/dns/dns_protocol.h |
| +++ b/net/dns/dns_protocol.h |
| @@ -117,6 +117,8 @@ static const uint16 kTypePTR = 12; |
| static const uint16 kTypeTXT = 16; |
| static const uint16 kTypeAAAA = 28; |
| static const uint16 kTypeSRV = 33; |
| +static const uint16 kTypeNSEC = 47; |
| + |
|
szym
2013/06/24 21:50:28
unnecessary blank
|
| // DNS rcode values. |
| static const uint8 kRcodeMask = 0xf; |