mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update template_url_prepopulate_data.cc
This commit is contained in:
parent
916e70d178
commit
34e6578c03
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,7 @@ const PrepopulatedEngine* const engines_default[] = {
|
|||
&bing,
|
||||
&yahoo,
|
||||
&duckduckgo,
|
||||
&brave,
|
||||
&ecosia,
|
||||
&ask,
|
||||
&yandex_com,
|
||||
|
@ -244,6 +245,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|||
&bing,
|
||||
&ecosia,
|
||||
&duckduckgo,
|
||||
&brave,
|
||||
&yahoo_de,
|
||||
};
|
||||
|
||||
|
@ -333,6 +335,8 @@ const PrepopulatedEngine* const engines_FR[] = {
|
|||
&google,
|
||||
&bing,
|
||||
&yahoo_fr,
|
||||
&duckduckgo,
|
||||
&brave,
|
||||
&qwant,
|
||||
&ecosia,
|
||||
};
|
||||
|
@ -343,7 +347,9 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|||
&bing,
|
||||
&yahoo_uk,
|
||||
&duckduckgo,
|
||||
&brave,
|
||||
&ecosia,
|
||||
&yandex_com,
|
||||
};
|
||||
|
||||
// Greece
|
||||
|
@ -946,6 +952,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|||
&bing,
|
||||
&yahoo,
|
||||
&duckduckgo,
|
||||
&brave,
|
||||
&ecosia,
|
||||
&ask,
|
||||
&yandex_com,
|
||||
|
|
Loading…
Reference in a new issue