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

Unified Diff: net/base/network_config_watcher_mac.cc

Issue 7006015: Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Call cleanup from destructor Created 9 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_config_watcher_mac.cc
diff --git a/net/base/network_config_watcher_mac.cc b/net/base/network_config_watcher_mac.cc
index bd3528a75009edabd1596cc68b4203c162da1a26..b4ea3c4a888337079c56103970acf66c134e1811 100644
--- a/net/base/network_config_watcher_mac.cc
+++ b/net/base/network_config_watcher_mac.cc
@@ -78,6 +78,7 @@ void NetworkConfigWatcherMacThread::Init() {
}
void NetworkConfigWatcherMacThread::CleanUp() {
+ delegate_->CleanUp();
if (!run_loop_source_.get())
return;
« net/base/network_change_notifier_mac.cc ('K') | « net/base/network_config_watcher_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698