From 40b7a3763ed74ab080d5a9480e2e5a3512e75408 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Mon, 4 Nov 2024 20:39:16 -0800 Subject: [PATCH] Remove the background agent test pixel. --- .../PrivacyConfig/Features/PrivacyFeature.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift index 141dd2a0c..f21c9dc12 100644 --- a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift +++ b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift @@ -54,7 +54,6 @@ public enum PrivacyFeature: String { case brokenSitePrompt case remoteMessaging case additionalCampaignPixelParams - case backgroundAgentPixelTest case newTabPageImprovements case syncPromotion case autofillSurveys @@ -169,11 +168,6 @@ public enum DuckPlayerSubfeature: String, PrivacySubfeature { case enableDuckPlayer // iOS DuckPlayer rollout feature } -public enum BackgroundAgentPixelTestSubfeature: String, PrivacySubfeature { - public var parent: PrivacyFeature { .backgroundAgentPixelTest } - case pixelTest -} - public enum PhishingDetectionSubfeature: String, PrivacySubfeature { public var parent: PrivacyFeature { .phishingDetection } case allowErrorPage