Skip to content

Commit

Permalink
Add feature flag (#1154)
Browse files Browse the repository at this point in the history
**Required**:

Task/Issue URL:
https://app.asana.com/0/1204167627774280/1209108545833453/f
iOS PR: duckduckgo/iOS#3786
macOS PR: duckduckgo/macos-browser#3720
What kind of version bump will this require?: Minor

**Optional**:

Tech Design URL:
CC:

**Description**:
Add deeplink feature flag for AI Chat
  • Loading branch information
Bunn authored Jan 10, 2025
1 parent 1700c54 commit 20316b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ public enum AIChatSubfeature: String, Equatable, PrivacySubfeature {

/// Displays the AI Chat icon in the iOS address bar while on a SERP.
case addressBarShortcut

/// Web and native integration for opening AI Chat in a custom webview.
case deepLink
}

public enum NetworkProtectionSubfeature: String, Equatable, PrivacySubfeature {
Expand Down

0 comments on commit 20316b1

Please sign in to comment.