Created attachment 145921 [details] add FreeBSD (OS_FREEBSD) to file choser logic. When trying to upload a file using chromium, instead of showing the file choser, nothing happens. Chromium logs: [29528:385901568:0817/022602:ERROR:select_file_dialog.cc(94)] Not implemented reached in static scoped_refptr<ui::SelectFileDialog> ui::SelectFileDialog::Create(ui::SelectFileDialog::Listener *, ui::SelectFilePolicy *) In ui/shell_dialogs/select_file_dialog.cc, the #ifdef orgy has no idea about FreeBSD. Attached patch fixes that. patch-ui__shell_dialogs__select_file_dialog.cc can be dropped into chromium/files/.
over to maintainers
Created attachment 145924 [details] patch-ui__shell_dialogs__select_file_dialog.cc Fix submitted patch according to apply correctly. Thanks!
Fixed in r365341, thanks for the report.