diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc | 19 | 
1 files changed, 14 insertions, 5 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index 8588f5f7b96a..86968e846f30 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,15 +1,24 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig	2025-09-10 13:22:16 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig	2025-11-01 06:40:37 UTC  +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -84,7 +84,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry -   registry->RegisterTimePref(prefs::kPdfInfoBarLastShown, base::Time()); -   registry->RegisterIntegerPref(prefs::kPdfInfoBarTimesShown, 0); +@@ -82,7 +82,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +   registry->RegisterTimePref(prefs::kPinInfoBarLastShown, base::Time()); +   registry->RegisterIntegerPref(prefs::kPinInfoBarTimesShown, 0);   #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)  -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)  +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)     registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser,                                  std::string());     registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -208,7 +208,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -103,7 +103,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +       user_prefs::PrefRegistrySyncable::SYNCABLE_PREF; + #endif +  +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) +   registry->RegisterIntegerPref(prefs::kSessionRestoreInfoBarTimesShown, 0); + #endif  // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +  +@@ -216,7 +216,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry     registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks);     registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations);     registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false);  | 
