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 dafd7d5305e2b15272a5120f4559d82b69943c75..ca835f6a6a314ec1be48b88f0fc0d5bfe74ce263 100644 |
--- a/chrome/browser/prefs/profile_pref_store_manager.h |
+++ b/chrome/browser/prefs/profile_pref_store_manager.h |
@@ -78,9 +78,6 @@ class ProfilePrefStoreManager { |
// was built by ProfilePrefStoreManager. |
static void ClearResetTime(PrefService* pref_service); |
- // Deletes stored hashes for the managed profile. |
- void ResetPrefHashStore(); |
- |
// Creates a PersistentPrefStore providing access to the user preferences of |
// the managed profile. An optional |validation_delegate| will be notified |
// of the status of each tracked preference as they are checked. |
@@ -88,13 +85,6 @@ class ProfilePrefStoreManager { |
const scoped_refptr<base::SequencedTaskRunner>& io_task_runner, |
TrackedPreferenceValidationDelegate* validation_delegate); |
- // Checks the presence/version of the hash store for the managed profile and |
- // creates or updates it if necessary. Completes asynchronously and is safe if |
- // the preferences/hash store are concurrently loaded/manipulated by another |
- // task. |
- void UpdateProfileHashStoreIfRequired( |
- const scoped_refptr<base::SequencedTaskRunner>& io_task_runner); |
- |
// Initializes the preferences for the managed profile with the preference |
// values in |master_prefs|. Acts synchronously, including blocking IO. |
// Returns true on success. |