summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc
blob: f3cdecb085b93829b828b19e1e2eaf1d2f355ced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/views/profiles/profile_menu_view_base.cc.orig	2022-09-24 10:57:32 UTC
+++ chrome/browser/ui/views/profiles/profile_menu_view_base.cc
@@ -570,7 +570,7 @@ void ProfileMenuViewBase::SetProfileIdentityInfo(
 
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   // crbug.com/1161166: Orca does not read the accessible window title of the
   // bubble, so we duplicate it in the top-level menu item. To be revisited
   // after considering other options, including fixes on the AT side.