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 | 10 |
1 files changed, 5 insertions, 5 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 9c3d5df4696e..ecd4366027fd 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,15 +1,15 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-10-02 04:28:32 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -80,7 +80,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, -@@ -203,7 +203,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -212,7 +212,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); |