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..39da845eec8c73ee831c6de553563c67a5e12926 100644 |
--- a/chrome/browser/prefs/chrome_pref_service_factory.h |
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h |
@@ -39,7 +39,6 @@ namespace internals { |
extern const char kSettingsEnforcementTrialName[]; |
extern const char kSettingsEnforcementGroupNoEnforcement[]; |
-extern const char kSettingsEnforcementGroupEnforceOnload[]; |
extern const char kSettingsEnforcementGroupEnforceAlways[]; |
extern const char kSettingsEnforcementGroupEnforceAlwaysWithExtensions[]; |
extern const char kSettingsEnforcementGroupEnforceAlwaysWithExtensionsAndDSE[]; |
@@ -93,10 +92,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( |