diff --git a/components/ai_chat/core/common/features.cc b/components/ai_chat/core/common/features.cc index 2530f811a7c..4d9d85ae6a0 100644 --- a/components/ai_chat/core/common/features.cc +++ b/components/ai_chat/core/common/features.cc @@ -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);