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

Unified Diff: trunk/src/base/prefs/pref_notifier_impl.cc

Issue 289373006: Revert 271416 "Store a stacktrace of PrefService destruction in ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/base/prefs/pref_notifier_impl.h ('k') | trunk/src/base/prefs/pref_notifier_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/prefs/pref_notifier_impl.cc
===================================================================
--- trunk/src/base/prefs/pref_notifier_impl.cc (revision 271621)
+++ trunk/src/base/prefs/pref_notifier_impl.cc (working copy)
@@ -94,19 +94,6 @@
}
}
-// TODO(battre): Delete this. See crbug.com/373435.
-void PrefNotifierImpl::BroadcastPrefServiceDestructionTrace(
- const std::string& stack_trace) {
- DCHECK(thread_checker_.CalledOnValidThread());
- for (PrefObserverMap::iterator observer_iterator = pref_observers_.begin();
- observer_iterator != pref_observers_.end();
- ++observer_iterator) {
- FOR_EACH_OBSERVER(PrefObserver,
- *(observer_iterator->second),
- SetPrefServiceDestructionTrace(stack_trace));
- }
-}
-
void PrefNotifierImpl::FireObservers(const std::string& path) {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « trunk/src/base/prefs/pref_notifier_impl.h ('k') | trunk/src/base/prefs/pref_notifier_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698