Fix Qwant patch
This commit is contained in:
parent
b05d50bcad
commit
21ef4d1c37
1 changed files with 6 additions and 6 deletions
|
@ -12,13 +12,13 @@ Make search engine selectable in default list
|
|||
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
|
||||
--- a/components/search_engines/prepopulated_engines.json
|
||||
+++ b/components/search_engines/prepopulated_engines.json
|
||||
@@ -197,6 +197,7 @@
|
||||
"favicon_url": "https://search.seznam.cz/r/img/favicon.ico",
|
||||
"search_url": "https://search.seznam.cz/?q={searchTerms}",
|
||||
"suggest_url": "https://suggest.fulltext.seznam.cz/fulltext_ff?phrase={searchTerms}",
|
||||
@@ -187,6 +187,7 @@
|
||||
"favicon_url": "https://www.qwant.com/favicon.ico",
|
||||
"search_url": "https://www.qwant.com/?q={searchTerms}&client=opensearch",
|
||||
"suggest_url": "https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch",
|
||||
+ "image_url": "https://www.qwant.com/?t=images&q={searchTerms}",
|
||||
"type": "SEARCH_ENGINE_SEZNAM",
|
||||
"id": 25
|
||||
"type": "SEARCH_ENGINE_QWANT",
|
||||
"id": 94
|
||||
},
|
||||
diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
|
||||
--- a/components/search_engines/template_url_prepopulate_data.cc
|
||||
|
|
Loading…
Add table
Reference in a new issue