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

Unified Diff: trunk/src/base/prefs/pref_notifier.h

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_member.cc ('k') | trunk/src/base/prefs/pref_notifier_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/prefs/pref_notifier.h
===================================================================
--- trunk/src/base/prefs/pref_notifier.h (revision 271621)
+++ trunk/src/base/prefs/pref_notifier.h (working copy)
@@ -21,12 +21,6 @@
// Broadcasts the intialization completed notification.
virtual void OnInitializationCompleted(bool succeeded) = 0;
-
- // TODO(battre): Remove this function, the purpose is to understand whether a
- // crash in PrefChangeRegistrar::~PrefChangeRegistrar() is caused by a
- // PrefService already being dead. See crbug.com/373435.
- virtual void BroadcastPrefServiceDestructionTrace(
- const std::string& stack_trace) = 0;
};
#endif // BASE_PREFS_PREF_NOTIFIER_H_
« no previous file with comments | « trunk/src/base/prefs/pref_member.cc ('k') | trunk/src/base/prefs/pref_notifier_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698