diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc')
| -rw-r--r-- | www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index ecd4366027fd..b64f5ae015f0 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig	2025-10-02 04:28:32 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig	2025-10-30 15:44:36 UTC  +++ chrome/browser/ui/browser_ui_prefs.cc  @@ -82,7 +82,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry     registry->RegisterTimePref(prefs::kPinInfoBarLastShown, base::Time()); @@ -9,7 +9,16 @@     registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser,                                  std::string());     registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -212,7 +212,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);  | 
