| Index: content/browser/service_worker/service_worker_registration.h
|
| diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
|
| index 946a77b34aab01c054128cfaea0a263a8ee32dd0..b48520c074a5bfc94c2f31f827c4e750d8225002 100644
|
| --- a/content/browser/service_worker/service_worker_registration.h
|
| +++ b/content/browser/service_worker/service_worker_registration.h
|
| @@ -50,7 +50,7 @@ class CONTENT_EXPORT ServiceWorkerRegistration
|
| virtual void OnSkippedWaiting(ServiceWorkerRegistration* registation) {}
|
| };
|
|
|
| - ServiceWorkerRegistration(const GURL& pattern,
|
| + ServiceWorkerRegistration(const ServiceWorkerRegistrationOptions& options,
|
| int64_t registration_id,
|
| base::WeakPtr<ServiceWorkerContextCore> context);
|
|
|
|
|