Skip to content

Commit

Permalink
[AI Chat] disable history feature enabled by default on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Dec 17, 2024
1 parent 872376e commit f1121e5
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 @@ -37,7 +37,7 @@ bool IsAIChatEnabled() {

BASE_FEATURE(kAIChatHistory,
"AIChatHistory",
#if BUILDFLAG(IS_IOS)
#if BUILDFLAG(IS_IOS) || BUILDFLAG(IS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT);
#else
base::FEATURE_ENABLED_BY_DEFAULT);
Expand Down

0 comments on commit f1121e5

Please sign in to comment.