From a734c7416a9f34d490c8158bc030d0e7add44d71 Mon Sep 17 00:00:00 2001 From: Jocelyn Liu Date: Tue, 29 Oct 2024 11:49:38 -0700 Subject: [PATCH] Add comment for BRAVE_AI_CHAT content setting --- .../content_settings/core/common/content_settings_types.mojom | 1 + 1 file changed, 1 insertion(+) diff --git a/chromium_src/components/content_settings/core/common/content_settings_types.mojom b/chromium_src/components/content_settings/core/common/content_settings_types.mojom index 5954c0e94e8f..eee5411f782f 100644 --- a/chromium_src/components/content_settings/core/common/content_settings_types.mojom +++ b/chromium_src/components/content_settings/core/common/content_settings_types.mojom @@ -24,6 +24,7 @@ enum ContentSettingsType { BRAVE_HTTPS_UPGRADE, BRAVE_REMEMBER_1P_STORAGE, BRAVE_LOCALHOST_ACCESS, + // Allow a site to open Leo side panel, this is limited to Brave Search only. BRAVE_AI_CHAT, BRAVE_WEBCOMPAT_NONE,