| Index: services/preferences/public/cpp/persistent_pref_store_client.cc
|
| diff --git a/services/preferences/public/cpp/persistent_pref_store_client.cc b/services/preferences/public/cpp/persistent_pref_store_client.cc
|
| index ef9a6331bbfa2eb730861642591cd1c117af3e57..2c72afcb2da15dd449c06fb450ef0e914ee35612 100644
|
| --- a/services/preferences/public/cpp/persistent_pref_store_client.cc
|
| +++ b/services/preferences/public/cpp/persistent_pref_store_client.cc
|
| @@ -181,6 +181,11 @@ void PersistentPrefStoreClient::ClearMutableValues() {
|
| return pref_store_->ClearMutableValues();
|
| }
|
|
|
| +void PersistentPrefStoreClient::OnStoreDeletionFromDisk() {
|
| + DCHECK(pref_store_);
|
| + return pref_store_->OnStoreDeletionFromDisk();
|
| +}
|
| +
|
| PersistentPrefStoreClient::~PersistentPrefStoreClient() {
|
| if (!pref_store_)
|
| return;
|
|
|