| 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 a4d21cda48e0c81c10f59f00284e916f8ff3fbae..997e1e00441d89b010ff39f3fbb804a8edd35766 100644
|
| --- a/components/prefs/overlay_user_pref_store.cc
|
| +++ b/components/prefs/overlay_user_pref_store.cc
|
| @@ -197,6 +197,10 @@ void OverlayUserPrefStore::ClearMutableValues() {
|
| }
|
| }
|
|
|
| +void OverlayUserPrefStore::OnStoreDeletionFromDisk() {
|
| + underlay_->OnStoreDeletionFromDisk();
|
| +}
|
| +
|
| OverlayUserPrefStore::~OverlayUserPrefStore() {
|
| overlay_->RemoveObserver(overlay_observer_.get());
|
| underlay_->RemoveObserver(underlay_observer_.get());
|
|
|