Skip to content

Commit

Permalink
add experiment test fake feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 6, 2024
1 parent e5d390c commit a294718
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public enum PrivacyFeature: String {
case contextualOnboarding
case textZoom
case adAttributionReporting
case experimentTest
}

/// An abstraction to be implemented by any "subfeature" of a given `PrivacyConfiguration` feature.
Expand Down Expand Up @@ -192,3 +193,8 @@ public enum SyncPromotionSubfeature: String, PrivacySubfeature {
case bookmarks
case passwords
}

public enum ExperimentTestSubfeatures: String, PrivacySubfeature {
public var parent: PrivacyFeature { .experimentTest }
case experimentTestAA
}

0 comments on commit a294718

Please sign in to comment.