aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc')
-rw-r--r--devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc b/devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc
deleted file mode 100644
index 648c3ad3f3cc..000000000000
--- a/devel/electron35/files/patch-chrome_browser_enterprise_connectors_common.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/enterprise/connectors/common.cc.orig 2025-03-24 20:50:14 UTC
-+++ chrome/browser/enterprise/connectors/common.cc
-@@ -22,7 +22,7 @@
- #include "components/policy/core/common/policy_loader_lacros.h"
- #endif
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h"
- #include "components/prefs/pref_service.h"
- #endif
-@@ -199,7 +199,7 @@ std::string GetProfileEmail(Profile* profile) {
- std::string email =
- GetProfileEmail(IdentityManagerFactory::GetForProfile(profile));
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- if (email.empty()) {
- email = profile->GetPrefs()->GetString(
- enterprise_signin::prefs::kProfileUserEmail);