| 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(
|
|
|