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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 1524723002: Add new tab page for Yandex search engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 64c3b8773fc19b622fecb93cd12091eed078a28e..4a40b4f1f571d9e52c982a33b2b5f079f2a9042c 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": 85
+ "kCurrentDataVersion": 86
},
// The following engines are included in country lists and are added to the
@@ -580,6 +580,7 @@
"suggest_url": "https://api.browser.yandex.by/suggest/get?part={searchTerms}",
"image_url": "http://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",
"type": "SEARCH_ENGINE_YANDEX",
"id": 15
},
@@ -592,6 +593,7 @@
"suggest_url": "https://api.browser.yandex.kz/suggest/get?part={searchTerms}",
"image_url": "http://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",
"type": "SEARCH_ENGINE_YANDEX",
"id": 15
},
@@ -604,6 +606,7 @@
"suggest_url": "https://api.browser.yandex.ru/suggest/get?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",
+ "new_tab_url": "https://www.yandex.ru/chrome/newtab",
"type": "SEARCH_ENGINE_YANDEX",
"id": 15
},
@@ -616,6 +619,7 @@
"suggest_url": "https://api.browser.yandex.com.tr/suggest/get?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",
+ "new_tab_url": "https://www.yandex.com.tr/chrome/newtab",
"type": "SEARCH_ENGINE_YANDEX",
"id": 15
},
@@ -628,6 +632,7 @@
"suggest_url": "https://api.browser.yandex.ua/suggest/get?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",
+ "new_tab_url": "https://www.yandex.ua/chrome/newtab",
"type": "SEARCH_ENGINE_YANDEX",
"id": 15
},
« 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