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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 2515223004: Update hard-coded search engines favicon URLs. (Closed)
Patch Set: Fix google favicon. Created 4 years, 1 month 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 97dad3e51dc41d344149c0760375a618a93d6980..1492424f59aff0edec39a3cfea7ba7dc86a95dda 100644
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -88,7 +88,7 @@
"bing": {
"name": "Bing",
"keyword": "bing.com",
- "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
+ "favicon_url": "http://www.bing.com/sa/simg/bing_p_rr_teal_min.ico",
Peter Kasting 2016/12/01 04:56:22 Why did you change the scheme here? The link rel
dpapad 2016/12/08 22:58:39 This string needs to match exactly (including the
Peter Kasting 2016/12/08 23:01:02 Right, I'm just saying, the actual URL in the cach
"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",
@@ -111,7 +111,7 @@
"google": {
"name": "Google",
"keyword": "google.com",
- "favicon_url": "http://www.google.com/favicon.ico",
+ "favicon_url": "https://www.google.com/favicon.ico",
Peter Kasting 2016/12/01 04:56:22 This doesn't seem to match the link rel tag on the
"search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding}",
"suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:inputType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={google:suggestAPIKeyParameter}",
"instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}ie={inputEncoding}",
« 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