Move ResourceResponseHead::error_code to SyncLoadResult.
Apart from the places which expect a SyncLoadResult, it's only read in RedirectToFileResourceHandler. In that case, it's always net::OK; ResourceLoader checks request_->status().is_success() first in OnResponseStarted before calling CompleteResponseStarted(). BUG=none Review URL: https://codereview.chromium.org/517853004 Cr-Commit-Position: refs/heads/master@{#293216}
Showing
Please register or sign in to comment