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

Unified Diff: net/base/network_change_notifier_linux.h

Issue 10377092: [net/dns] Isolate DnsConfigWatcher from DnsConfigService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Braces. Created 8 years, 7 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/base/network_change_notifier_linux.h
diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
index 3dbb814623b90b9ab8a26aa13d59b041c9d4b298..00b02c2cbdadec7868b6b83de8b27bef67b89921 100644
--- a/net/base/network_change_notifier_linux.h
+++ b/net/base/network_change_notifier_linux.h
@@ -38,6 +38,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
// The thread used to listen for notifications. This relays the notification
// to the registered observers without posting back to the thread the object
// was created on.
+ // Also used for DnsConfigWatcher which requires TYPE_IO message loop.
scoped_ptr<Thread> notifier_thread_;
DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierLinux);

Powered by Google App Engine
This is Rietveld 408576698