Revert of Show service worker navigation preload requests in DevTools Network tab (patchset #10 id:480001 of
https://codereview.chromium.org/2620463002/ )
Reason for revert:
Introduced DCHECK crash.
BUG=
685493
Original issue's description:
> Show service worker navigation preload requests in DevTools Network tab.
>
> Demo:
https://youtu.be/I-Qe_Y-xYxE
>
> Navigation Preload requests are initiated from the browser process.
> This is different from the normal network requests which are initiated from the
> renderer process.
>
> When the DevTools show the normal requests in the Network tab, DevTool's
> Network events (requestWillBeSent, responseReceived, loadingFinished etc) are
> dispatched via InspectorInstrumentation and InspectorNetworkAgent.
>
> This CL introduces new DevTool's Network events (navigationPreloadSent,
> navigationPreloadResponseReceived, navigationPreloadFailed,
> navigationPreloadFinished) which are dispatched via InspectorInstrumentation and
> InspectorNetworkAgent from ServiceWorkerContextClient.
>
> In the normal requests case, we record the request sending timestamp when the
> renderer process will send the request in InspectorNetworkAgent::
> willSendRequestInternal(). But in the navigation preload case, we record the
> timestamp in the browser process, and send it to the service worker's renderer
> process using FetchEventPreloadHandle.
>
>
> BUG=
649558
>
> Review-Url:
https://codereview.chromium.org/2620463002
> Cr-Original-Commit-Position: refs/heads/master@{#445630}
> Committed:
https://chromium.googlesource.com/chromium/src/+/4c6b3b0f11b62e069d9d84ba99dbe94a45a5c622
> Review-Url:
https://codereview.chromium.org/2620463002
> Cr-Commit-Position: refs/heads/master@{#445699}
> Committed:
https://chromium.googlesource.com/chromium/src/+/23276c71698583a0142e8213bada22e3ae8d0a0e
TBR=falken@chromium.org,pfeldman@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=
649558
Review-Url:
https://codereview.chromium.org/2654433012
Cr-Commit-Position: refs/heads/master@{#446270}
Committed:
https://chromium.googlesource.com/chromium/src/+/16de2c25e724f07d46b68f5758e49fae6f136073