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

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

Powered by Google App Engine
This is Rietveld 408576698