| Index: chrome/browser/net/dns_master.h
|
| ===================================================================
|
| --- chrome/browser/net/dns_master.h (revision 19579)
|
| +++ chrome/browser/net/dns_master.h (working copy)
|
| @@ -99,6 +99,9 @@
|
| // values into the current referrer list.
|
| void DeserializeReferrers(const ListValue& referral_list);
|
|
|
| + // For unit test code only.
|
| + size_t max_concurrent_lookups() const { return max_concurrent_lookups_; }
|
| +
|
| private:
|
| FRIEND_TEST(DnsMasterTest, BenefitLookupTest);
|
| FRIEND_TEST(DnsMasterTest, ShutdownWhenResolutionIsPendingTest);
|
|
|