diff options
Diffstat (limited to 'net/base/network_change_notifier_win.cc')
-rw-r--r-- | net/base/network_change_notifier_win.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/base/network_change_notifier_win.cc b/net/base/network_change_notifier_win.cc index 6204c4c..343af14 100644 --- a/net/base/network_change_notifier_win.cc +++ b/net/base/network_change_notifier_win.cc @@ -10,7 +10,6 @@ #include "base/bind.h" #include "base/logging.h" #include "base/metrics/histogram.h" -#include "base/profiler/scoped_tracker.h" #include "base/threading/thread.h" #include "base/time/time.h" #include "net/base/winsock_init.h" @@ -208,11 +207,6 @@ NetworkChangeNotifierWin::RecomputeCurrentConnectionType() const { NetworkChangeNotifier::ConnectionType NetworkChangeNotifierWin::GetCurrentConnectionType() const { - // TODO(vadimt): Remove ScopedTracker below once crbug.com/422516 is fixed. - tracked_objects::ScopedTracker tracking_profile( - FROM_HERE_WITH_EXPLICIT_FUNCTION( - "422516 NetworkChangeNotifierWin::GetCurrentConnectionType")); - base::AutoLock auto_lock(last_computed_connection_type_lock_); return last_computed_connection_type_; } |