Index: chrome/browser/prefs/pref_service.cc |
diff --git a/chrome/browser/prefs/pref_service.cc b/chrome/browser/prefs/pref_service.cc |
index 48c255b78e734190a9ac8ee1f3846634f6272b71..0ea8d88985518d40c5066f48039e5bc6080d8727 100644 |
--- a/chrome/browser/prefs/pref_service.cc |
+++ b/chrome/browser/prefs/pref_service.cc |
@@ -225,6 +225,7 @@ PrefService::~PrefService() { |
user_pref_store_ = NULL; |
default_store_ = NULL; |
pref_sync_associator_.reset(); |
+ pref_notifier_.reset(); |
Bernhard Bauer
2012/06/08 13:08:46
I don't really understand. What does this change d
|
} |
void PrefService::InitFromStorage(bool async) { |