Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: chrome/browser/prefs/profile_pref_store_manager.h

Issue 329093003: Remove unloaded profile hash store initialization, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698