From cdd47fe6a37434d19c5bced113824e855fbde6dc Mon Sep 17 00:00:00 2001 From: Sampson Date: Mon, 3 Feb 2025 08:57:44 -0600 Subject: [PATCH] [BYOM] Exposes site-distiller flag to Android users (#27390) exposes site-distiller flag to android users --- browser/about_flags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/about_flags.cc b/browser/about_flags.cc index 1cc1dba1ab9..06e4dff3521 100644 --- a/browser/about_flags.cc +++ b/browser/about_flags.cc @@ -397,7 +397,7 @@ const flags_ui::FeatureEntry::FeatureVariation kZCashFeatureVariations[] = { "brave-ai-host-specific-distillation", \ "Brave AI Host-Specific Distillation", \ "Enables support for host-specific distillation scripts", \ - kOsWin | kOsMac | kOsLinux, \ + kOsWin | kOsMac | kOsLinux | kOsAndroid, \ FEATURE_VALUE_TYPE(ai_chat::features::kCustomSiteDistillerScripts), \ }, \ { \