| Index: content/browser/service_worker/service_worker_url_request_job.h
|
| diff --git a/content/browser/service_worker/service_worker_url_request_job.h b/content/browser/service_worker/service_worker_url_request_job.h
|
| index 95e1c43346bfcf4611206ec1c0b13a1a18f00c96..297c817028d1aa824fd3863693143b0d1a215410 100644
|
| --- a/content/browser/service_worker/service_worker_url_request_job.h
|
| +++ b/content/browser/service_worker/service_worker_url_request_job.h
|
| @@ -101,6 +101,7 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob : public net::URLRequestJob {
|
| ~ServiceWorkerURLRequestJob() override;
|
|
|
| const ResourceContext* resource_context() const { return resource_context_; }
|
| + bool did_navigation_preload() const { return did_navigation_preload_; }
|
|
|
| // Sets the response type.
|
| // When an in-flight request possibly needs CORS check, use
|
|
|