| 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 c90996499088f2677804ffa576b1900bae0a1f48..b0de2caa164c7b3588ae387689ad86dca623eb55 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -129,8 +129,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| int provider_id,
|
| int request_id,
|
| ServiceWorkerStatusCode status,
|
| - int64 registration_id,
|
| - int64 version_id);
|
| + int64 registration_id);
|
|
|
| void UnregistrationComplete(int thread_id,
|
| int request_id,
|
|
|