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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 1141743003: [Mobile] Upstream fix for yandex search engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always switch on form factor when substituting {yandex:searchPath} Created 5 years, 7 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 | components/search_engines/template_url.cc » ('j') | 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 8037f57e4a36dca9ed0540ca9823c271d66e9e8e..7a4eefeb6dcbe27d901b23e60d5b374b09212b0a 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": 82
+ "kCurrentDataVersion": 83
},
// The following engines are included in country lists and are added to the
@@ -585,7 +585,7 @@
"name": "\u042f\u043d\u0434\u0435\u043a\u0441",
"keyword": "yandex.ru",
"favicon_url": "http://yandex.st/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
- "search_url": "http://yandex.ru/yandsearch?text={searchTerms}",
+ "search_url": "http://yandex.ru/{yandex:searchPath}?text={searchTerms}",
"suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}",
"image_url": "http://yandex.ru/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
@@ -597,7 +597,7 @@
"name": "Yandex",
"keyword": "yandex.com.tr",
"favicon_url": "http://yastatic.net/islands-icons/_/6jyHGXR8-HAc8oJ1bU8qMUQQz_g.ico",
- "search_url": "http://www.yandex.com.tr/yandsearch?text={searchTerms}",
+ "search_url": "http://www.yandex.com.tr/{yandex:searchPath}?text={searchTerms}",
"suggest_url": "http://suggest.yandex.com.tr/suggest-ff.cgi?part={searchTerms}",
"image_url": "http://yandex.com.tr/gorsel/search?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
@@ -609,7 +609,7 @@
"name": "\u042f\u043d\u0434\u0435\u043a\u0441",
"keyword": "yandex.ua",
"favicon_url": "http://yastatic.net/islands-icons/_/aKnllxm-gQhidpzbZqub7qe641g.ico",
- "search_url": "http://yandex.ua/yandsearch?text={searchTerms}",
+ "search_url": "http://yandex.ua/{yandex:searchPath}?text={searchTerms}",
"suggest_url": "http://suggest.yandex.ua/suggest-ff.cgi?part={searchTerms}",
"image_url": "http://yandex.ua/images/search/?rpt=imageview",
"image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
« no previous file with comments | « no previous file | components/search_engines/template_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698