aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc
blob: 273b95d3f16f4296a8da33dcdbeb784aceaa32e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc.orig	2023-03-30 00:33:42 UTC
+++ chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc
@@ -90,7 +90,7 @@ ChromeAutocompleteSchemeClassifier::GetInputTypeForSch
       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.