| Index: components/prefs/overlay_user_pref_store.cc
|
| diff --git a/components/prefs/overlay_user_pref_store.cc b/components/prefs/overlay_user_pref_store.cc
|
| index 48271fb01eb0d4792addf5ca847edbb30f03efbe..da30bb32fb28bedf7799cdd9a65257221abe7a48 100644
|
| --- a/components/prefs/overlay_user_pref_store.cc
|
| +++ b/components/prefs/overlay_user_pref_store.cc
|
| @@ -168,6 +168,10 @@ void OverlayUserPrefStore::ClearMutableValues() {
|
| overlay_.Clear();
|
| }
|
|
|
| +void OverlayUserPrefStore::CleanupForProfileDeletion() {
|
| + underlay_->CleanupForProfileDeletion();
|
| +}
|
| +
|
| OverlayUserPrefStore::~OverlayUserPrefStore() {
|
| underlay_->RemoveObserver(this);
|
| }
|
|
|