| Index: components/prefs/json_pref_store.h
|
| diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h
|
| index 1321a1e19dc0ef34967829ad8200e051bb6327af..ac2b18989a7be3f5f09c87dbbb25055862596105 100644
|
| --- a/components/prefs/json_pref_store.h
|
| +++ b/components/prefs/json_pref_store.h
|
| @@ -118,6 +118,8 @@ class COMPONENTS_PREFS_EXPORT JsonPrefStore
|
|
|
| void ClearMutableValues() override;
|
|
|
| + void OnStoreDeletionFromDisk() override;
|
| +
|
| private:
|
| // Represents a histogram for recording the number of writes to the pref file
|
| // that occur every kHistogramWriteReportIntervalInMins minutes.
|
|
|