| Index: chrome/browser/prefs/profile_pref_store_manager.h
|
| diff --git a/chrome/browser/prefs/profile_pref_store_manager.h b/chrome/browser/prefs/profile_pref_store_manager.h
|
| index adaba7be37aea93e0bf40a12a4caf66e89782975..70af00b8b27be0c923c7871dcfec73b68acbc5e5 100644
|
| --- a/chrome/browser/prefs/profile_pref_store_manager.h
|
| +++ b/chrome/browser/prefs/profile_pref_store_manager.h
|
| @@ -56,15 +56,9 @@ class ProfilePrefStoreManager {
|
|
|
| static const bool kPlatformSupportsPreferenceTracking;
|
|
|
| - // Register local state prefs used by the profile preferences system.
|
| - static void RegisterPrefs(PrefRegistrySimple* registry);
|
| -
|
| // Register user prefs used by the profile preferences system.
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| - // Deletes stored hashes for all profiles from |local_state|.
|
| - static void ResetAllPrefHashStores(PrefService* local_state);
|
| -
|
| // Retrieves the time of the last preference reset event, if any, for
|
| // |pref_service|. Assumes that |pref_service| is backed by a PrefStore that
|
| // was built by ProfilePrefStoreManager.
|
|
|