diff options
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch index 58e1587..7bf1f87 100644 --- a/www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch +++ b/www/chromium-uc/patches/extra/ungoogled-chromium/prepopulated-search-engines.patch | |||
| @@ -6,9 +6,9 @@ | |||
| 6 | # Only snyc the prepoulated search engines when initializing the database. | 6 | # Only snyc the prepoulated search engines when initializing the database. |
| 7 | # Prevents search engines from being overridden in future updates. | 7 | # Prevents search engines from being overridden in future updates. |
| 8 | # | 8 | # |
| 9 | --- components/search_engines/template_url_prepopulate_data.cc.orig | 9 | --- a/components/search_engines/template_url_prepopulate_data.cc |
| 10 | +++ components/search_engines/template_url_prepopulate_data.cc | 10 | +++ b/components/search_engines/template_url_prepopulate_data.cc |
| 11 | @@ -1325,6 +1325,9 @@ std::vector<std::unique_ptr<TemplateURLD | 11 | @@ -1330,6 +1330,9 @@ std::vector<std::unique_ptr<TemplateURLD |
| 12 | std::vector<std::unique_ptr<TemplateURLData>> t_urls; | 12 | std::vector<std::unique_ptr<TemplateURLData>> t_urls; |
| 13 | for (size_t i = 0; i < num_engines; ++i) | 13 | for (size_t i = 0; i < num_engines; ++i) |
| 14 | t_urls.push_back(TemplateURLDataFromPrepopulatedEngine(*engines[i])); | 14 | t_urls.push_back(TemplateURLDataFromPrepopulatedEngine(*engines[i])); |
| @@ -18,8 +18,8 @@ | |||
| 18 | return t_urls; | 18 | return t_urls; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | --- components/search_engines/util.cc.orig | 21 | --- a/components/search_engines/util.cc |
| 22 | +++ components/search_engines/util.cc | 22 | +++ b/components/search_engines/util.cc |
| 23 | @@ -396,7 +396,7 @@ void GetSearchProvidersUsingLoadedEngine | 23 | @@ -396,7 +396,7 @@ void GetSearchProvidersUsingLoadedEngine |
| 24 | 24 | ||
| 25 | const int prepopulate_resource_keyword_version = | 25 | const int prepopulate_resource_keyword_version = |
