| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index a3d038dc6a47e6c95f888bc7a5e0a06abd6db162..ef4466a9b9049cd989dc5335cbde1b8f89da096e 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -7,6 +7,7 @@
|
| #include <stddef.h>
|
|
|
| #include <memory>
|
| +#include <set>
|
| #include <utility>
|
| #include <vector>
|
|
|
| @@ -400,7 +401,6 @@ 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);
|
|
|