| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index 71a473a0cc0b14c049ee655893a26920a80ca72d..fc9ddb78fa39803ca990fb4b97aaf553a715bb5b 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -138,6 +138,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost
|
| int request_id,
|
| int provider_id,
|
| int64_t registration_id);
|
| + void OnSetNavigationPreloadHeader(int thread_id,
|
| + int request_id,
|
| + int provider_id,
|
| + int64_t registration_id,
|
| + const std::string& value);
|
| void OnProviderDestroyed(int provider_id);
|
| void OnSetHostedVersionId(int provider_id,
|
| int64_t version_id,
|
|
|