Chromium Code Reviews| Index: components/prefs/persistent_pref_store.h |
| diff --git a/components/prefs/persistent_pref_store.h b/components/prefs/persistent_pref_store.h |
| index 7bc28278be6082009ca5b20f4c00ab459d063ac2..f9fa08dc7a24769dfffc8a4f86285cf898e3247a 100644 |
| --- a/components/prefs/persistent_pref_store.h |
| +++ b/components/prefs/persistent_pref_store.h |
| @@ -73,6 +73,9 @@ class COMPONENTS_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore { |
| // It should be called only for Incognito pref store. |
| virtual void ClearMutableValues() = 0; |
| + // Cleans data stored outside of the profile directory. |
|
gab
2017/06/08 16:14:28
Don't mention "profile".
re-use formulation simil
proberge
2017/06/08 18:32:59
Done.
|
| + virtual void OnStoreDeletionFromDisk() = 0; |
| + |
| protected: |
| ~PersistentPrefStore() override {} |
| }; |