diff options
Diffstat (limited to 'chromium/content/common/navigation_client.mojom')
-rw-r--r-- | chromium/content/common/navigation_client.mojom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/content/common/navigation_client.mojom b/chromium/content/common/navigation_client.mojom index bd561f899ae..fe7852700b2 100644 --- a/chromium/content/common/navigation_client.mojom +++ b/chromium/content/common/navigation_client.mojom @@ -15,7 +15,7 @@ import "mojo/public/mojom/base/unguessable_token.mojom"; import "url/mojom/url.mojom"; import "third_party/blink/public/mojom/loader/url_loader_factory_bundle.mojom"; import "third_party/blink/public/mojom/service_worker/controller_service_worker.mojom"; -import "third_party/blink/public/mojom/service_worker/service_worker_provider.mojom"; +import "third_party/blink/public/mojom/service_worker/service_worker_container.mojom"; import "third_party/blink/public/mojom/commit_result/commit_result.mojom"; interface NavigationClient { @@ -38,8 +38,8 @@ interface NavigationClient { // |controller_service_worker_info| may also be provided by the browser if the // frame that is being navigated is supposed to be controlled by a Service // Worker. - // |provider_info| may also be provided if the browser has created a - // ServiceWorkerProviderHost for this navigation. + // |container_info| may also be provided if the browser has created a + // ServiceWorkerContainerHost for this navigation. // |prefetch_loader_factory| is populated only when Network Service is // enabled. The pointer is used to start a prefetch loading via the browser // process. @@ -63,7 +63,7 @@ interface NavigationClient { blink.mojom.URLLoaderFactoryBundle? subresource_loader_factories, array<TransferrableURLLoader>? subresource_overrides, blink.mojom.ControllerServiceWorkerInfo? controller_service_worker_info, - blink.mojom.ServiceWorkerProviderInfoForClient? provider_info, + blink.mojom.ServiceWorkerContainerInfoForClient? container_info, pending_remote<network.mojom.URLLoaderFactory>? prefetch_loader_factory, mojo_base.mojom.UnguessableToken devtools_navigation_token) => (DidCommitProvisionalLoadParams params, |