diff options
Diffstat (limited to 'chrome/browser/net/dns_master.h')
-rw-r--r-- | chrome/browser/net/dns_master.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/net/dns_master.h b/chrome/browser/net/dns_master.h index b4af6f4..608dba8 100644 --- a/chrome/browser/net/dns_master.h +++ b/chrome/browser/net/dns_master.h @@ -99,6 +99,9 @@ class DnsMaster : public base::RefCountedThreadSafe<DnsMaster> { // 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); |