Use URLRequestJobManager to retry data reduction proxy bypasses
The data reduction proxy retries a bypassed request by creating a new URLRequestHttpJob for the request and starting it. This change uses URLRequestJobManager::CreateJob() to create that job. Previously, the URLRequestJobFactory chain was called to create the job, an it only would for main frame requests. BUG=434830 Review URL: https://codereview.chromium.org/740643003 Cr-Commit-Position: refs/heads/master@{#305054}
Showing
Please register or sign in to comment