Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: net/dns/dns_config_service.h

Issue 10543168: [net/dns] Instrument DnsConfigService to measure performance and failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Provide stub service for Android. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/dns/dns_config_service.h
diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
index 4b77b68c51db353c8f23365aeb99bb994bb9f1b0..410a6d89063f396ac905b5497e0086ca60de2f6b 100644
--- a/net/dns/dns_config_service.h
+++ b/net/dns/dns_config_service.h
@@ -138,6 +138,9 @@ class NET_EXPORT_PRIVATE DnsConfigService
// True if the last config sent was empty (instead of |dns_config_|).
bool last_sent_empty_;
+ base::TimeTicks last_invalidate_config_time_;
+ base::TimeTicks last_invalidate_hosts_time_;
mmenke 2012/06/18 17:19:50 This it's worth a comment that these will be set w
+
// Started in Invalidate*, cleared in On*Read.
base::OneShotTimer<DnsConfigService> timer_;

Powered by Google App Engine
This is Rietveld 408576698