mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
chromium added new diff
This commit is contained in:
parent
2299014a2f
commit
06ffed1d96
@ -1,6 +1,6 @@
|
|||||||
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc 2013-10-01 21:35:43.635983808 +0000
|
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc 2014-05-20 20:08:31.000000000 +0000
|
||||||
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc 2013-10-01 21:39:02.844904326 +0000
|
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc 2014-05-20 20:20:50.892967521 +0000
|
||||||
@@ -55,435 +55,435 @@ namespace {
|
@@ -52,435 +52,435 @@ namespace {
|
||||||
|
|
||||||
// Default (for countries with no better engine set)
|
// Default (for countries with no better engine set)
|
||||||
const PrepopulatedEngine* engines_default[] =
|
const PrepopulatedEngine* engines_default[] =
|
||||||
@ -484,8 +484,8 @@
|
|||||||
|
|
||||||
// Turkey
|
// Turkey
|
||||||
const PrepopulatedEngine* engines_TR[] =
|
const PrepopulatedEngine* engines_TR[] =
|
||||||
- { &google, &bing_tr_TR, &yahoo_tr, };
|
- { &google, &bing_tr_TR, &yahoo_tr, &yandex_tr, };
|
||||||
+ { &duckduckgo, &google, &bing_tr_TR, &yahoo_tr, };
|
+ { &duckduckgo, &google, &bing_tr_TR, &yahoo_tr, &yandex_tr, };
|
||||||
|
|
||||||
// Trinidad and Tobago
|
// Trinidad and Tobago
|
||||||
const PrepopulatedEngine* engines_TT[] =
|
const PrepopulatedEngine* engines_TT[] =
|
||||||
@ -544,11 +544,11 @@
|
|||||||
|
|
||||||
// A list of all the engines that we know about.
|
// A list of all the engines that we know about.
|
||||||
const PrepopulatedEngine* kAllEngines[] = {
|
const PrepopulatedEngine* kAllEngines[] = {
|
||||||
@@ -517,6 +517,9 @@ const PrepopulatedEngine* kAllEngines[]
|
@@ -514,6 +514,9 @@ const PrepopulatedEngine* kAllEngines[]
|
||||||
&search_results, &searchnu, &snapdo, &softonic, &sweetim,
|
&search_results, &searchnu, &snapdo, &softonic, &sweetim,
|
||||||
&terra_ar, &terra_es, &tut, &walla, &wp,
|
&terra_ar, &terra_es, &tut, &walla, &wp,
|
||||||
&yandex_tr, &zoznam,
|
&zoznam,
|
||||||
+
|
+
|
||||||
+ // Chakra custom engine:
|
+ // Chakra custom engine:
|
||||||
+ &duckduckgo,
|
+ &duckduckgo,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user