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