| 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 7d2a0246ab91f0175461c68753073210eeaa50db..de37519037434c335d2275a24c6c2bc47d9eb621 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -39,10 +39,12 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| // IPC Message handlers
|
| void OnRegisterServiceWorker(int32 thread_id,
|
| int32 request_id,
|
| + int provider_id,
|
| const GURL& pattern,
|
| const GURL& script_url);
|
| void OnUnregisterServiceWorker(int32 thread_id,
|
| int32 request_id,
|
| + int provider_id,
|
| const GURL& pattern);
|
| void OnProviderCreated(int provider_id);
|
| void OnProviderDestroyed(int provider_id);
|
|
|