Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1866)

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 2333113003: Update yandex suggest urls. (Closed)
Patch Set: Fixed yandex suggest url, second iteration Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/prepopulated_engines.json
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
index 612eee404c5aa6309f37c9eb0b2aa11bc312d1ff..7fbd1f4f41b7d61c363de4459debef6cc698cc05 100644
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -30,7 +30,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
- "kCurrentDataVersion": 94
+ "kCurrentDataVersion": 95
},
// The following engines are included in country lists and are added to the
@@ -591,7 +591,7 @@
"keyword": "yandex.by",
"favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
"search_url": "https://yandex.by/{yandex:searchPath}?text={searchTerms}",
- "suggest_url": "https://api.browser.yandex.by/suggest/get?part={searchTerms}",
+ "suggest_url": "https://suggest.yandex.by/suggest-ff.cgi?part={searchTerms}",
"image_url": "https://yandex.by/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
"new_tab_url": "https://www.yandex.by/chrome/newtab",
@@ -604,7 +604,7 @@
"keyword": "yandex.kz",
"favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
"search_url": "https://yandex.kz/{yandex:searchPath}?text={searchTerms}",
- "suggest_url": "https://api.browser.yandex.kz/suggest/get?part={searchTerms}",
+ "suggest_url": "https://suggest.yandex.kz/suggest-ff.cgi?part={searchTerms}",
"image_url": "https://yandex.kz/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
"new_tab_url": "https://www.yandex.kz/chrome/newtab",
@@ -617,7 +617,7 @@
"keyword": "yandex.ru",
"favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
"search_url": "https://yandex.ru/{yandex:searchPath}?text={searchTerms}",
- "suggest_url": "https://api.browser.yandex.ru/suggest/get?part={searchTerms}",
+ "suggest_url": "https://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms}",
"image_url": "https://yandex.ru/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
"new_tab_url": "https://www.yandex.ru/chrome/newtab",
@@ -630,7 +630,7 @@
"keyword": "yandex.com.tr",
"favicon_url": "https://yastatic.net/lego/_/rBTjd6UOPk5913OSn5ZQVYMTQWQ.ico",
"search_url": "https://www.yandex.com.tr/{yandex:searchPath}?text={searchTerms}",
- "suggest_url": "https://api.browser.yandex.com.tr/suggest/get?part={searchTerms}",
+ "suggest_url": "https://suggest.yandex.com.tr/suggest-ff.cgi?part={searchTerms}",
"image_url": "https://yandex.com.tr/gorsel/search?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
"new_tab_url": "https://www.yandex.com.tr/chrome/newtab",
@@ -643,7 +643,7 @@
"keyword": "yandex.ua",
"favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
"search_url": "https://yandex.ua/{yandex:searchPath}?text={searchTerms}",
- "suggest_url": "https://api.browser.yandex.ua/suggest/get?part={searchTerms}",
+ "suggest_url": "https://suggest.yandex.ua/suggest-ff.cgi?part={searchTerms}",
"image_url": "https://yandex.ua/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
"new_tab_url": "https://www.yandex.ua/chrome/newtab",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698