I don't think that Chrome uses the chrome://fallback-icon content::URLDataSource
I am wondering whether we can delete the code from Chromium (or whether there is a plan to use it soon)
I wrote the code but haven't touched it for ages. A potential application is in bookmarks and history -- but realistically nobody (including me) cares enough to push this forward. Also I'm not aware of any existing uses.
The icons also depend on dominant color extraction code that +rogerm@ wrote. I don't know the status of that code (Removable? Reusable elsewhere?)
So I'm in favor of ripping this out. Let me know if you want any help.
I wrote the CL with the line you cited in https://codereview.chromium.org/1017853002 .
We were going to replace NTP tiles (screenshots) with large icons, and if missing, render fallback with dominant color. The project got shelved for desktop, but got green light for Clank. Meanwhile, Clank uses its own Java fallback icon generator (RoundedIconGenerator), and doesn't use chrome://fallback-icon.
Comment 1 by pkotw...@chromium.org
, Apr 18 2017