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

Unified Diff: net/tools/net_watcher/net_watcher.cc

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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/net_watcher/net_watcher.cc
diff --git a/net/tools/net_watcher/net_watcher.cc b/net/tools/net_watcher/net_watcher.cc
index b6cf393ee841f51f6eefa4092b7ad98fd61cc601..1643bc4a18f80f34b5df8bff1ec6ddb89be02afb 100644
--- a/net/tools/net_watcher/net_watcher.cc
+++ b/net/tools/net_watcher/net_watcher.cc
@@ -102,6 +102,9 @@ class NetWatcher :
// net::NetworkChangeNotifier::DNSObserver implementation.
void OnDNSChanged() override { LOG(INFO) << "OnDNSChanged()"; }
+ void OnInitialDNSConfigRead() override {
+ LOG(INFO) << "OnInitialDNSConfigRead()";
+ }
// net::NetworkChangeNotifier::NetworkChangeObserver implementation.
void OnNetworkChanged(
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698