File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ public enum FeatureFlag: String {
9393 /// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468401462
9494 case syncPromotionPasswords
9595
96- /// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468468677
97- case onboardingHighlights
98-
9996 /// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468574274
10097 case onboardingAddToDock
10198
@@ -398,7 +395,6 @@ extension FeatureFlag: FeatureFlagDescribing {
398395 . sslCertificatesBypass,
399396 . syncPromotionBookmarks,
400397 . syncPromotionPasswords,
401- . onboardingHighlights,
402398 . onboardingAddToDock,
403399 . autofillSurveys,
404400 . autocompleteTabs,
@@ -469,8 +465,6 @@ extension FeatureFlag: FeatureFlagDescribing {
469465 return . remoteReleasable( . subfeature( SyncPromotionSubfeature . bookmarks) )
470466 case . syncPromotionPasswords:
471467 return . remoteReleasable( . subfeature( SyncPromotionSubfeature . passwords) )
472- case . onboardingHighlights:
473- return . internalOnly( )
474468 case . onboardingAddToDock:
475469 return . internalOnly( )
476470 case . autofillSurveys:
Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ public struct UserDefaultsWrapper<T> {
191191 case autoClearAIChatHistory = " com.duckduckgo.ios.autoClearAIChatHistory "
192192
193193 // Debug keys
194- case debugOnboardingHighlightsEnabledKey = " com.duckduckgo.ios.debug.onboardingHighlightsEnabled "
195194 case debugWebViewStateRestorationEnabledKey = " com.duckduckgo.ios.debug.webViewStateRestorationEnabled "
196195 case debugDefaultBrowserPromptCurrentDateKey = " com.duckduckgo.ios.debug.defaultBrowserPromptCurrentDate "
197196
You can’t perform that action at this time.
0 commit comments