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

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

Issue 329093003: Remove unloaded profile hash store initialization, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more code. 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/chrome_pref_service_factory.h
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
index 44db190712810690cfe9cc7460fb936fd933dae8..d5938771e88179627a3295a62bff4cae285af77e 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -93,10 +93,6 @@ void DisableDelaysAndDomainCheckForTesting();
void SchedulePrefHashStoresUpdateCheck(
const base::FilePath& initial_profile_path);
-// Resets the contents of the preference hash store for the profile at
-// |profile_path|.
-void ResetPrefHashStore(const base::FilePath& profile_path);
-
// Initializes the preferences for the profile at |profile_path| with the
// preference values in |master_prefs|. Returns true on success.
bool InitializePrefsFromMasterPrefs(

Powered by Google App Engine
This is Rietveld 408576698