| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index 3fcd709cd4d6700e6ea1657273573ad857cec33c..6f38d828ccc22b3362d3cea6e540926a9327ab06 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -51,6 +51,10 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| using GetRegistrationForReadyCallback =
|
| base::Callback<void(ServiceWorkerRegistration* reigstration)>;
|
|
|
| + // PlzNavigate: We use this value as fake render_process_id for navigation
|
| + // request.
|
| + static int kVirtualProcessIDForNavigationRequest;
|
| +
|
| // When this provider host is for a Service Worker context, |route_id| is
|
| // MSG_ROUTING_NONE. When this provider host is for a Document,
|
| // |route_id| is the frame ID of the Document. When this provider host is for
|
|
|