https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278413
--- Comment #2 from [email protected] --- Created attachment 255140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255140&action=edit adding BUILDFLAG(IS_BSD) fixes the issue It looks like chromium added a new #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) when the moved to the new headless mode. I added BUILDFLAG(IS_BSD) to this check and chrome --headless now works as expected. -- You are receiving this mail because: You are the assignee for the bug.
