1 --- chrome/app/chrome_command_ids.h.orig 2022-06-17 14:20:10 UTC 2 +++ chrome/app/chrome_command_ids.h 3 @@ -67,7 +67,7 @@ 4 #define IDC_NAME_WINDOW 34049 5 6 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch of lacros-chrome is complete. 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) 9 #define IDC_USE_SYSTEM_TITLE_BAR 34051 10 #define IDC_RESTORE_WINDOW 34052 11 #endif 12