summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc b/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc
new file mode 100644
index 000000000000..fdcdb8513898
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/component_updater/registration.cc.orig 2023-12-23 12:33:28 UTC
++++ chrome/browser/component_updater/registration.cc
+@@ -223,7 +223,7 @@ void RegisterComponentsForUpdate() {
+
+ RegisterTpcdMetadataComponent(cus);
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ // TODO(crbug.com/1490685): Remove this test component once the
+ // experiment has concluded.
+ if (base::FeatureList::IsEnabled(features::kPayloadTestComponent)) {