ToT (as of r617771)
What steps will reproduce the problem?
(1) Fetch an http:// URL from a page with upgrade-insecure-requests
What is the expected result?
No crash.
What happens instead?
The following DCHECK() fails:
> DCHECK(response.CurrentRequestUrl() == url_list_.back());
Because the request URL is upgraded after the request URL is pushed into url_list.
Comment 1 by yhirano@chromium.org
, Dec 27