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

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

Issue 619423002: Remove the domain check gating settings protection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 d6b3bb603d39f9f202be0ef868f96ac944b4918a..06c49d5814fa18934c8f79411db0beb56b02d510 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -81,17 +81,6 @@ scoped_ptr<PrefServiceSyncable> CreateProfilePrefs(
// |profile_path|.
void SchedulePrefsFilePathVerification(const base::FilePath& profile_path);
-// Call before startup tasks kick in to disable delays in
-// chrome_prefs::Schedule*() methods and ignore presence of a domain when
-// determining the active SettingsEnforcement group. For testing only.
-void DisableDelaysAndDomainCheckForTesting();
-
-// Schedules an update check for all PrefHashStores, stores whose version
-// doesn't match the latest version will then be updated. Clears all pref hash
-// state on platforms that don't yet support a pref hash store.
-void SchedulePrefHashStoresUpdateCheck(
gab 2014/10/02 21:28:32 Was left behind in the header in a previous cleanu
- const base::FilePath& initial_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