| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 2e6026e058b778afb6d200cdaa28de8943d9db80..a9409a0dfaf6e3871ecb19b65e9cfaf725858772 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -326,7 +326,8 @@ void ProfileImpl::RegisterProfilePrefs(
|
| registry->RegisterBooleanPref(prefs::kSavingBrowserHistoryDisabled, false);
|
| registry->RegisterBooleanPref(prefs::kAllowDeletingBrowserHistory, true);
|
| registry->RegisterBooleanPref(prefs::kForceGoogleSafeSearch, false);
|
| - registry->RegisterBooleanPref(prefs::kForceYouTubeSafetyMode, false);
|
| + registry->RegisterIntegerPref(prefs::kForceYouTubeRestrict,
|
| + safe_search_util::YOUTUBE_RESTRICT_OFF);
|
| registry->RegisterBooleanPref(prefs::kForceSessionSync, false);
|
| registry->RegisterStringPref(prefs::kAllowedDomainsForApps, std::string());
|
|
|
|
|