diff options
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_ui_browser__ui__prefs.cc')
| -rw-r--r-- | devel/electron35/files/patch-chrome_browser_ui_browser__ui__prefs.cc | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/devel/electron35/files/patch-chrome_browser_ui_browser__ui__prefs.cc deleted file mode 100644 index 4cb9b5389633..000000000000 --- a/devel/electron35/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig	2025-03-24 20:50:14 UTC -+++ chrome/browser/ui/browser_ui_prefs.cc -@@ -71,7 +71,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry -   registry->RegisterIntegerPref(prefs::kDefaultBrowserDeclinedCount, 0); -   registry->RegisterTimePref(prefs::kDefaultBrowserFirstShownTime, -                              base::Time()); --#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, -@@ -184,7 +184,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry -   registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); -   registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); -   registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); --#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::kEnterpriseLogoUrlForProfile, -                                std::string()); -   registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForProfile,  | 
