| 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_
|
|
|