Currently, downloading favicons from the server-side favicon service for New Tab Page suggestions is handled in the java code.
It should move to more general-purpose C++ code.
A bit more context:
Currently, the chrome client-side favicon service does not support fetching favicons from any Google favicon server. Showing good favicons independently of the local cache is important for synced content or for content suggested by the server-side.
The FaviconService should support such downloads of favicons (instead of the Java code mentioned in the original description of the bug).
Summary: Extend LargeIconService to support downloading favicons from a Google favicon server. (was: Extend FaviconService to support downloading favicons from a Google favicon server.)
Comment 1 by jkrcal@chromium.org
, Sep 5 2016