aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_component__updater_registration.cc
blob: 31d798fd1c666f9efa6484ad2754c7775abdd4af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/component_updater/registration.cc.orig	2023-12-10 06:10:27 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)) {