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

Unified Diff: net/base/network_change_notifier_linux.h

Issue 2340002: Remove assertion on correct NetworkChangeNotifierLinux cleanup. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e12a73c907ef0286182977f56fb9834af617e7ab..db836da53277bdafa66652c78dab6c03638f17d9 100644
--- a/net/base/network_change_notifier_linux.h
+++ b/net/base/network_change_notifier_linux.h
@@ -53,7 +53,8 @@ class NetworkChangeNotifierLinux
// Stops watching the netlink file descriptor.
void StopWatching();
- ObserverList<Observer, true> observers_;
+ // http://crbug.com/36890.
+ ObserverList<Observer, false> observers_;
int netlink_fd_; // This is the netlink socket descriptor.
MessageLoopForIO* loop_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698