aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-chrome_browser_component__updater_registration.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_component__updater_registration.cc')
-rw-r--r--devel/electron35/files/patch-chrome_browser_component__updater_registration.cc35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_component__updater_registration.cc b/devel/electron35/files/patch-chrome_browser_component__updater_registration.cc
deleted file mode 100644
index a0bf13c411d9..000000000000
--- a/devel/electron35/files/patch-chrome_browser_component__updater_registration.cc
+++ /dev/null
@@ -1,35 +0,0 @@
---- chrome/browser/component_updater/registration.cc.orig 2025-03-24 20:50:14 UTC
-+++ chrome/browser/component_updater/registration.cc
-@@ -101,7 +101,7 @@
- #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT)
-
- #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-- BUILDFLAG(IS_CHROMEOS)
-+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h"
- #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
- // BUILDFLAG(IS_CHROMEOS)
-@@ -114,7 +114,7 @@
- #include "chrome/browser/component_updater/lacros_component_remover.h"
- #endif // BUILDFLAG(IS_CHROMEOS)
-
--#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/component_updater/wasm_tts_engine_component_installer.h"
- #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-
-@@ -258,12 +258,12 @@ void RegisterComponentsForUpdate() {
- RegisterCookieReadinessListComponent(cus);
-
- #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-- BUILDFLAG(IS_CHROMEOS)
-+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- RegisterAmountExtractionHeuristicRegexesComponent(cus);
- #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
- // BUILDFLAG(IS_CHROMEOS)
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- if (features::IsWasmTtsComponentUpdaterEnabled()) {
- RegisterWasmTtsEngineComponent(cus);
- }