mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
15 lines
560 B
Diff
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
|