Commit 20c676af authored by Greg Fiorentino's avatar Greg Fiorentino Committed by Commit Bot

add new tab page for DuckDuckGo search engine

This change adds a new_tab_url for the DuckDuckGo search engine.

Change-Id: I37be02e07eb7e4aa90f115455ce7a21832ff4eab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555048Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648687}
parent 6dc816e5
...@@ -1020,6 +1020,7 @@ Code Aurora Forum <*@codeaurora.org> ...@@ -1020,6 +1020,7 @@ Code Aurora Forum <*@codeaurora.org>
Collabora Limited <*@collabora.com> Collabora Limited <*@collabora.com>
Comodo CA Limited Comodo CA Limited
Cosium <*@cosium.com> Cosium <*@cosium.com>
Duck Duck Go, Inc. <*@duckduckgo.com>
Endless Mobile, Inc. <*@endlessm.com> Endless Mobile, Inc. <*@endlessm.com>
Estimote, Inc. <*@estimote.com> Estimote, Inc. <*@estimote.com>
Facebook, Inc. <*@fb.com> Facebook, Inc. <*@fb.com>
......
...@@ -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": 111 "kCurrentDataVersion": 112
}, },
// 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
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
"favicon_url": "https://duckduckgo.com/favicon.ico", "favicon_url": "https://duckduckgo.com/favicon.ico",
"search_url": "https://duckduckgo.com/?q={searchTerms}", "search_url": "https://duckduckgo.com/?q={searchTerms}",
"suggest_url": "https://duckduckgo.com/ac/?q={searchTerms}&type=list", "suggest_url": "https://duckduckgo.com/ac/?q={searchTerms}&type=list",
"new_tab_url": "https://duckduckgo.com/chrome_newtab",
"type": "SEARCH_ENGINE_DUCKDUCKGO", "type": "SEARCH_ENGINE_DUCKDUCKGO",
"id": 92 "id": 92
}, },
......
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