Skip to content

Commit

Permalink
kAIChatHistory flag -> AIChatHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Aug 7, 2024
1 parent 148b7b8 commit 6f984db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ai_chat/core/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool IsAIChatEnabled() {
}

BASE_FEATURE(kAIChatHistory,
"kAIChatHistory",
"AIChatHistory",
base::FEATURE_DISABLED_BY_DEFAULT);

bool IsAIChatHistoryEnabled() {
Expand Down

0 comments on commit 6f984db

Please sign in to comment.