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

Unified Diff: net/cert/sth_distributor.h

Issue 2015503003: Certificate Transparency: Ensure no observers in STHDistributor d'tor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | net/cert/sth_distributor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/sth_distributor.h
diff --git a/net/cert/sth_distributor.h b/net/cert/sth_distributor.h
index fee3a62dd9bc1fcc3e35c8644f36622050dbe936..0462cd29bb37ae7dd2274749516c001396d4e0a7 100644
--- a/net/cert/sth_distributor.h
+++ b/net/cert/sth_distributor.h
@@ -46,7 +46,7 @@ class NET_EXPORT STHDistributor : public STHObserver, public STHReporter {
std::vector<SignedTreeHead> observed_sths_;
// The observers for new STH notifications.
- base::ObserverList<STHObserver> observer_list_;
+ base::ObserverList<STHObserver, true> observer_list_;
};
} // namespace ct
« no previous file with comments | « no previous file | net/cert/sth_distributor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698