aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc b/www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc
deleted file mode 100644
index a05a1a5e4917..000000000000
--- a/www/ungoogled-chromium/files/patch-chrome_browser_search__engine__choice_search__engine__choice__service__factory.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/search_engine_choice/search_engine_choice_service_factory.cc.orig 2024-02-25 20:22:18 UTC
-+++ chrome/browser/search_engine_choice/search_engine_choice_service_factory.cc
-@@ -11,7 +11,7 @@
- #include "components/country_codes/country_codes.h"
- #include "components/search_engines/search_engine_choice/search_engine_choice_service.h"
-
--#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #include "chrome/browser/browser_process.h"
- #include "components/variations/service/variations_service.h"
- #endif
-@@ -21,7 +21,7 @@ namespace {
- std::unique_ptr<KeyedService> BuildSearchEngineChoiceService(
- content::BrowserContext* context) {
- int variations_country_id = country_codes::kCountryIDUnknown;
--#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- if (g_browser_process->variations_service()) {
- variations_country_id =
- country_codes::CountryStringToCountryID(base::ToUpperASCII(