1
--- a/chrome/browser/search_engines/prepopulated_engines.json
2
+++ b/chrome/browser/search_engines/prepopulated_engines.json
1
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc
2
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc
3
@@ -49,7 +49,7 @@ namespace {
5
// Default (for countries with no better engine set)
6
const PrepopulatedEngine* engines_default[] =
7
- { &google, &bing, &yahoo, };
8
+ { &google, &bing, &yahoo, &duckduckgo, };
10
// United Arab Emirates
11
const PrepopulatedEngine* engines_AE[] =
12
@@ -141,7 +141,7 @@ const PrepopulatedEngine* engines_CZ[] =
15
const PrepopulatedEngine* engines_DE[] =
16
- { &google, &bing_de_DE, &yahoo_de };
17
+ { &google, &bing_de_DE, &yahoo_de, &duckduckgo, };
20
const PrepopulatedEngine* engines_DK[] =
21
@@ -181,11 +181,11 @@ const PrepopulatedEngine* engines_FI[] =
24
const PrepopulatedEngine* engines_FR[] =
25
- { &google, &bing_fr_FR, &yahoo_fr, };
26
+ { &google, &bing_fr_FR, &yahoo_fr, &duckduckgo, };
29
const PrepopulatedEngine* engines_GB[] =
30
- { &google, &bing_en_GB, &yahoo_uk, &ask_uk, };
31
+ { &google, &bing_en_GB, &yahoo_uk, &ask_uk, &duckduckgo, };
34
const PrepopulatedEngine* engines_GR[] =
35
@@ -453,7 +453,7 @@ const PrepopulatedEngine* engines_UA[] =
38
const PrepopulatedEngine* engines_US[] =
39
- { &google, &bing_en_US, &yahoo, &aol, &ask, };
40
+ { &google, &bing_en_US, &yahoo, &aol, &ask, &duckduckgo, };
43
const PrepopulatedEngine* engines_UY[] =
44
@@ -491,6 +491,7 @@ const PrepopulatedEngine* kAllEngines[]
45
&bing_fr_FR, &bing_it_IT, &bing_ja_JP, &bing_lv_LV, &bing_nb_NO,
46
&bing_nl_BE, &bing_pl_PL, &bing_pt_BR, &bing_pt_PT, &bing_ru_RU,
47
&bing_sv_SE, &bing_tr_TR, &bing_zh_HK, &bing_zh_TW, &daum,
49
&google, &kvasir, &mail_ru, &najdi, &naver,
50
&onet, &seznam, &sogou, &vinden, &virgilio,
51
&yahoo, &yahoo_ar, &yahoo_at, &yahoo_au, &yahoo_br,
52
--- a/components/search_engines/prepopulated_engines.json
53
+++ b/components/search_engines/prepopulated_engines.json
44
95
SEARCH_ENGINE_FUNMOODS,
46
97
SEARCH_ENGINE_GOOGLE,
47
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc
48
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc
49
@@ -52,7 +52,7 @@ namespace {
51
// Default (for countries with no better engine set)
52
const PrepopulatedEngine* engines_default[] =
53
- { &google, &bing, &yahoo, };
54
+ { &google, &bing, &yahoo, &duckduckgo, };
56
// United Arab Emirates
57
const PrepopulatedEngine* engines_AE[] =
58
@@ -144,7 +144,7 @@ const PrepopulatedEngine* engines_CZ[] =
61
const PrepopulatedEngine* engines_DE[] =
62
- { &google, &bing_de_DE, &yahoo_de };
63
+ { &google, &bing_de_DE, &yahoo_de, &duckduckgo, };
66
const PrepopulatedEngine* engines_DK[] =
67
@@ -184,11 +184,11 @@ const PrepopulatedEngine* engines_FI[] =
70
const PrepopulatedEngine* engines_FR[] =
71
- { &google, &bing_fr_FR, &yahoo_fr, };
72
+ { &google, &bing_fr_FR, &yahoo_fr, &duckduckgo, };
75
const PrepopulatedEngine* engines_GB[] =
76
- { &google, &bing_en_GB, &yahoo_uk, &ask_uk, };
77
+ { &google, &bing_en_GB, &yahoo_uk, &ask_uk, &duckduckgo, };
80
const PrepopulatedEngine* engines_GR[] =
81
@@ -456,7 +456,7 @@ const PrepopulatedEngine* engines_UA[] =
84
const PrepopulatedEngine* engines_US[] =
85
- { &google, &bing_en_US, &yahoo, &aol, &ask, };
86
+ { &google, &bing_en_US, &yahoo, &aol, &ask, &duckduckgo, };
89
const PrepopulatedEngine* engines_UY[] =
90
@@ -494,6 +494,7 @@ const PrepopulatedEngine* kAllEngines[]
91
&bing_fr_FR, &bing_it_IT, &bing_ja_JP, &bing_lv_LV, &bing_nb_NO,
92
&bing_nl_BE, &bing_pl_PL, &bing_pt_BR, &bing_pt_PT, &bing_ru_RU,
93
&bing_sv_SE, &bing_tr_TR, &bing_zh_HK, &bing_zh_TW, &daum,
95
&google, &kvasir, &mail_ru, &najdi, &naver,
96
&onet, &seznam, &sogou, &vinden, &virgilio,
97
&yahoo, &yahoo_ar, &yahoo_at, &yahoo_au, &yahoo_br,