Index: chrome/browser/ui/web_applications/app_browser_controller.cc
--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig
+++ chrome/browser/ui/web_applications/app_browser_controller.cc
@@ -500,7 +500,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex
   // web bundle. The flash text is not needed on platforms that already display
   // the app name in the title bar (e.g. Mac, Windows, and Linux).
   if (IsIsolatedWebApp()) {
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     return std::u16string();
 #else   // !(BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX))
     return GetAppShortName();
