Specifically, this code updates URLLoaderFactoryBundleInfo, and
subclasses to use the new mojo types. This CL also updates variables
that reference this class in RenderFrameHostImpl, and follows the path
down through ContentBrowserClient subclasses updating variables where
necessary.
The change is mostly mechanical, and as tightly-scoped as I could make
it given the instances I aimed to update.
Bug: 955171
Change-Id: Ic979f4a34709bb74466dd4fa391cba92010f2e2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695042
Commit-Queue: Dominic Farolino <dom@chromium.org>
Reviewed-by: Ken Rockot <rockot@google.com>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679375}
This CL introduces PrefetchedSignedExchangeInfo struct, which keeps the
information about a prefetched signed exchange. It is created in
PrefetchedSignedExchangeCache and passed to SubresourceLoaderParams and will be
passed to the renderer process in CommitNavigation IPC's CommitNavigationParams.
Bug: 935267
Change-Id: Id67c2ce99801f6c89d679cf9efaf65617d68cdfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600438
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659318}