$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc @@ -88,7 +88,7 @@ ChromeAutocompleteSchemeClassifier::GetI return metrics::OmniboxInputType::QUERY; case ExternalProtocolHandler::UNKNOWN: { -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Linux impl of GetApplicationNameForScheme doesn't distinguish // between URL schemes with handers and those without. This will // make the default behaviour be search on Linux.