aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc')
-rw-r--r--devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc b/devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc
deleted file mode 100644
index b1c8812f271a..000000000000
--- a/devel/electron33/files/patch-chrome_browser_ui_managed__ui.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/ui/managed_ui.cc.orig 2024-10-16 21:31:02 UTC
-+++ chrome/browser/ui/managed_ui.cc
-@@ -435,7 +435,7 @@ std::optional<std::string> GetDeviceManagerIdentity()
- g_browser_process->platform_part()->browser_policy_connector_ash();
- return connector->GetEnterpriseDomainManager();
- #else
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- std::string custom_management_label =
- g_browser_process->local_state()
- ? g_browser_process->local_state()->GetString(
-@@ -469,7 +469,7 @@ std::optional<std::string> GetAccountManagerIdentity(P
- policy::EnterpriseManagementAuthority::CLOUD))
- return std::nullopt;
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- std::string custom_management_label =
- profile->GetPrefs()->GetString(prefs::kEnterpriseCustomLabel);
- if (!custom_management_label.empty()) {