From 04f3b3a84c1ce914cf468e895cde685470775b49 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Fri, 12 Mar 2010 19:30:00 +0000 Subject: Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by destruction time. Review URL: http://codereview.chromium.org/870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41459 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/network_change_notifier_mac.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/base') diff --git a/net/base/network_change_notifier_mac.h b/net/base/network_change_notifier_mac.h index 44d4806..01a491f 100644 --- a/net/base/network_change_notifier_mac.h +++ b/net/base/network_change_notifier_mac.h @@ -51,9 +51,7 @@ class NetworkChangeNotifierMac : public NetworkChangeNotifier { // Receives the OS X network change notifications on this thread. scoped_ptr notifier_thread_; - // TODO(willchan): Fix the URLRequestContextGetter leaks and flip the false to - // true so we assert that all observers have been removed. - ObserverList observers_; + ObserverList observers_; // Used to initialize the notifier thread. ScopedRunnableMethodFactory method_factory_; -- cgit v1.1