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

Unified Diff: net/base/address_tracker_linux.cc

Issue 2695593009: Use the location where FileDescriptorWatcher is created to track the libevent handlers (Closed)
Patch Set: fix mac. Created 3 years, 10 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 | « mojo/edk/system/channel_posix.cc ('k') | net/dns/notify_watcher_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/address_tracker_linux.cc
diff --git a/net/base/address_tracker_linux.cc b/net/base/address_tracker_linux.cc
index 7ce4687d382b36feae7c914c46094bf54187d948..1cbfec7c9afef8273b1867c8bf4d5bffd5c1ffc3 100644
--- a/net/base/address_tracker_linux.cc
+++ b/net/base/address_tracker_linux.cc
@@ -116,6 +116,7 @@ AddressTrackerLinux::AddressTrackerLinux()
link_callback_(base::Bind(&base::DoNothing)),
tunnel_callback_(base::Bind(&base::DoNothing)),
netlink_fd_(-1),
+ watcher_(FROM_HERE),
ignored_interfaces_(),
connection_type_initialized_(false),
connection_type_initialized_cv_(&connection_type_lock_),
@@ -133,6 +134,7 @@ AddressTrackerLinux::AddressTrackerLinux(
link_callback_(link_callback),
tunnel_callback_(tunnel_callback),
netlink_fd_(-1),
+ watcher_(FROM_HERE),
ignored_interfaces_(ignored_interfaces),
connection_type_initialized_(false),
connection_type_initialized_cv_(&connection_type_lock_),
« no previous file with comments | « mojo/edk/system/channel_posix.cc ('k') | net/dns/notify_watcher_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698