| Index: components/prefs/json_pref_store.h
|
| diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h
|
| index 90fde73064ee5b2eb68bf26498d3cb05e0096f6a..d722fcecc242e474fa3395bf1a508bdf5b4a6140 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.
|
|
|