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

Unified Diff: chrome/browser/net/dns_probe_service.h

Issue 1047103002: Avoid initial NetworkChangeNotifier OnDNSChanged() signal on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert an accidental test enabling Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/net/dns_probe_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_service.h
diff --git a/chrome/browser/net/dns_probe_service.h b/chrome/browser/net/dns_probe_service.h
index 37a294a25aa6e5874a264b272f884eca00c6b7c5..f20265dee3793d446ae435ef4807b9efc14dbe84 100644
--- a/chrome/browser/net/dns_probe_service.h
+++ b/chrome/browser/net/dns_probe_service.h
@@ -39,6 +39,7 @@ class DnsProbeService : public net::NetworkChangeNotifier::DNSObserver {
// NetworkChangeNotifier::DNSObserver implementation:
void OnDNSChanged() override;
+ void OnInitialDNSConfigRead() override;
void SetSystemClientForTesting(scoped_ptr<net::DnsClient> system_client);
void SetPublicClientForTesting(scoped_ptr<net::DnsClient> public_client);
« no previous file with comments | « no previous file | chrome/browser/net/dns_probe_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698