ports/www/chromium/files/patch-chrome_browser_component__updater_registration.cc

11 lines
561 B
C++

--- 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)) {