| Index: net/dns/dns_test_util.h
|
| diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h
|
| index 6c29058dfe10c7620d4417d520ed0aecb5d27b11..83dd7d073ed659237569f127cb79aa9ebdc589a8 100644
|
| --- a/net/dns/dns_test_util.h
|
| +++ b/net/dns/dns_test_util.h
|
| @@ -53,6 +53,8 @@ static const char* const kT0IpAddresses[] = {
|
| "74.125.226.179", "74.125.226.180", "74.125.226.176",
|
| "74.125.226.177", "74.125.226.178"
|
| };
|
| +static const char kT0CanonName[] = "www.l.google.com";
|
| +static const int kT0TTL = 0x000000e4;
|
|
|
| //-----------------------------------------------------------------------------
|
| // Query/response set for codereview.chromium.org, ID is fixed to 1.
|
| @@ -91,6 +93,8 @@ static const uint8 kT1ResponseDatagram[] = {
|
| static const char* const kT1IpAddresses[] = {
|
| "64.233.169.121"
|
| };
|
| +static const char kT1CanonName[] = "ghs.l.google.com";
|
| +static const int kT1TTL = 0x0000010b;
|
|
|
| //-----------------------------------------------------------------------------
|
| // Query/response set for www.ccs.neu.edu, ID is fixed to 2.
|
| @@ -127,6 +131,8 @@ static const uint8 kT2ResponseDatagram[] = {
|
| static const char* const kT2IpAddresses[] = {
|
| "129.10.116.81"
|
| };
|
| +static const char kT2CanonName[] = "vulcan.ccs.neu.edu";
|
| +static const int kT2TTL = 0x0000012c;
|
|
|
| //-----------------------------------------------------------------------------
|
| // Query/response set for www.google.az, ID is fixed to 3.
|
| @@ -174,6 +180,8 @@ static const char* const kT3IpAddresses[] = {
|
| "74.125.226.178", "74.125.226.179", "74.125.226.180",
|
| "74.125.226.176", "74.125.226.177"
|
| };
|
| +static const char kT3CanonName[] = "www.l.google.com";
|
| +static const int kT3TTL = 0x00000015;
|
|
|
| } // namespace net
|
|
|
|
|