mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
11 lines
561 B
C++
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)) {
|