[Blob URLs] Remove NOTREACHED from ProceedWithResponse.
NavigationRequest calls ProceedWithResponse if network service isn't enabled because MojoAsyncResourceHandler depends on this. Since we want to start using BlobURLLoader before network service ships, this means BlobURLLoader.ProceedWithResponse can also be called and thus shouldn't be a NOTREACHED. Replace with an empty implementation instead since it isn't pausing the response anyway. Bug: 800901 Change-Id: I7edc6a1b20f5aac2fa312a3a2770424464cf12df Reviewed-on: https://chromium-review.googlesource.com/1103061 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#568090}
Showing
Please register or sign in to comment