Use WebURLResponse to pass the navigation preload response from SWContextClient to FetchEvent.
Currently we use WebServiceWorkerResponse to pass the navigation preload response from ServiceWorkerContextClient::NavigationPreloadRequest to FetchEvent. But to show the network timing information in DevTool's network tab, we need the timing information in ResourceResponseInfo in blnik side. So this cl change the code to use WebURLResponse which contains the timing information. BUG=649558 Review-Url: https://codereview.chromium.org/2618313003 Cr-Commit-Position: refs/heads/master@{#442813}
Loading
Please register or sign in to comment