| 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 06c49d5814fa18934c8f79411db0beb56b02d510..425aef442cedc45cb94cc3b45280552b6232f84b 100644
|
| --- a/chrome/browser/prefs/chrome_pref_service_factory.h
|
| +++ b/chrome/browser/prefs/chrome_pref_service_factory.h
|
| @@ -81,6 +81,10 @@ scoped_ptr<PrefServiceSyncable> CreateProfilePrefs(
|
| // |profile_path|.
|
| void SchedulePrefsFilePathVerification(const base::FilePath& profile_path);
|
|
|
| +// Call before startup tasks kick in to ignore the presence of a domain when
|
| +// determining the active SettingsEnforcement group. For testing only.
|
| +void DisableDomainCheckForTesting();
|
| +
|
| // Initializes the preferences for the profile at |profile_path| with the
|
| // preference values in |master_prefs|. Returns true on success.
|
| bool InitializePrefsFromMasterPrefs(
|
|
|