aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/disable-floc-component.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/disable-floc-component.patch')
-rw-r--r--community/chromium/disable-floc-component.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/chromium/disable-floc-component.patch b/community/chromium/disable-floc-component.patch
deleted file mode 100644
index 335a421a8a6..00000000000
--- a/community/chromium/disable-floc-component.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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