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..2dab3aa648321e706c8f5cfcd54da00aec113c36 100644 |
--- a/chrome/browser/prefs/profile_pref_store_manager.h |
+++ b/chrome/browser/prefs/profile_pref_store_manager.h |
@@ -88,13 +88,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. |
@@ -111,6 +104,8 @@ class ProfilePrefStoreManager { |
// if |kPlatformSupportsPreferenceTracking|. |
scoped_ptr<PrefHashStoreImpl> GetPrefHashStoreImpl(); |
+ scoped_ptr<PrefHashStoreImpl> GetLegacyPrefHashStoreImpl(); |
+ |
const base::FilePath profile_path_; |
const std::vector<PrefHashFilter::TrackedPreferenceMetadata> |
tracking_configuration_; |