aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_search__engines_search__engine__choice_search__engine__choice__service.cc
blob: 484afca2fe38654a365f72ee1cd31e1f61046ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/search_engines/search_engine_choice/search_engine_choice_service.cc.orig	2024-05-21 18:07:39 UTC
+++ components/search_engines/search_engine_choice/search_engine_choice_service.cc
@@ -539,7 +539,7 @@ void SearchEngineChoiceService::ProcessPendingChoiceSc
 
 int SearchEngineChoiceService::GetCountryIdInternal() {
   // `country_codes::kCountryIDAtInstall` may not be set yet.
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // On Android, ChromeOS and Linux, `country_codes::kCountryIDAtInstall` is
   // computed asynchronously using platform-specific signals, and may not be
   // available yet.