Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index a6d7fc4795afbbb53074bcfd9ca6dbd2e00d3a28..a345048daef87af94ffa9b1f59f8ef925cc5f18d 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -399,6 +399,8 @@ void ProfileImpl::RegisterProfilePrefs( |
home_page_flags); |
registry->RegisterStringPref(prefs::kNewTabPageLocationOverride, |
std::string()); |
+ registry->RegisterIntegerPref(prefs::kDownloadRestrictions, 0); |
+ |
#if BUILDFLAG(ENABLE_PRINTING) |
registry->RegisterBooleanPref(prefs::kPrintingEnabled, true); |
#endif |