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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 1849153004: Add Bing image search to provder definition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Data version update Created 4 years, 9 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 9f7608df82441e2cb0d52bd1a1ccab016a716273..27748953e41b34dbd9993f6c1ae6671e1dfd9f06 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": 89
+ "kCurrentDataVersion": 90
},
// The following engines are included in country lists and are added to the
@@ -91,7 +91,9 @@
"favicon_url": "https://www.bing.com/s/a/bing_p.ico",
"search_url": "https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CHROMN",
"suggest_url": "https://www.bing.com/osjson.aspx?query={searchTerms}&language={language}&PC=U316",
+ "image_url": "https://www.bing.com/images/detail/search?iss=sbi&FORM=CHROMI#enterInsights",
"new_tab_url": "https://www.bing.com/chrome/newtab",
+ "image_url_post_params": "imgurl={google:imageURL}",
"type": "SEARCH_ENGINE_BING",
"id": 3
},
« 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