Commit a45724e1 authored by Kuznetsov Alexey's avatar Kuznetsov Alexey Committed by Commit Bot

Add new_tab_url for mail_ru prepopulated engine

Now, mail.ru has a new tab is customied like Yandex, Bing and
DuckDuckGo. Mail.ru NTP is third-party content (as described here:
https://cs.chromium.org/chromium/src/chrome/browser/search/README.md)

Bug: 934816
Change-Id: Ib4ff70f13b21d73322112658c7dfced1f80fb7b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821079Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699553}
parent bd024685
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// Increment this if you change the data in ways that mean users with // Increment this if you change the data in ways that mean users with
// existing data should get a new version. Otherwise, existing data may // existing data should get a new version. Otherwise, existing data may
// continue to be used and updates made here will not always appear. // continue to be used and updates made here will not always appear.
"kCurrentDataVersion": 116 "kCurrentDataVersion": 117
}, },
// The following engines are included in country lists and are added to the // The following engines are included in country lists and are added to the
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
"alternate_urls": [ "alternate_urls": [
"https://go.mail.ru/msearch?q={searchTerms}&{mailru:referralID}" "https://go.mail.ru/msearch?q={searchTerms}&{mailru:referralID}"
], ],
"encoding": "windows-1251", "new_tab_url": "https://go.mail.ru/chrome/newtab/",
"suggest_url": "https://suggests.go.mail.ru/chrome?q={searchTerms}", "suggest_url": "https://suggests.go.mail.ru/chrome?q={searchTerms}",
"type": "SEARCH_ENGINE_MAILRU", "type": "SEARCH_ENGINE_MAILRU",
"id": 83 "id": 83
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment