In many places we get ResourceFetcher via DocumentLoader::Fetcher() after Documet is created (e.g. as "Document's DocumentLoader's ResourceFetcher", "Document's Frame's FrameLoader's DocumentLoader's ResourceFetcher"), but after the Document is created, it should be the same as Document::Fetcher().
Removing such indirections via DocumentLoader::Fetcher() will make DocumentLoader::Fetcher() navigation-only and thus clarify its usage.
Comment 1 by bugdroid1@chromium.org
, Dec 14