Merge pull request #27038 from brave/ai-chat-history-disable-android

[AI Chat] disable history feature enabled by default on Android
This commit is contained in:
Pete Miller
2024-12-16 20:36:11 -08:00
committed by GitHub
+1 -1
View File
@@ -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);