1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/chromium/disable-floc-component.patch
2021-05-07 11:37:46 +00:00

15 lines
560 B
Diff

--- chrome/browser/component_updater/floc_component_installer.cc.orig
+++ chrome/browser/component_updater/floc_component_installer.cc
@@ -101,10 +101,12 @@
ComponentUpdateService* cus,
federated_learning::FlocSortingLshClustersService*
floc_sorting_lsh_clusters_service) {
+ /*
auto installer = base::MakeRefCounted<ComponentInstaller>(
std::make_unique<FlocComponentInstallerPolicy>(
floc_sorting_lsh_clusters_service));
installer->Register(cus, base::OnceClosure());
+ */
}
} // namespace component_updater