| 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 2e29c94b793efcd4296818121bf53401fc28a883..71409097d2244bc7c4dba6a59fb0236cc096eca3 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -89,10 +89,14 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| const GURL& pattern,
|
| const GURL& script_url);
|
| void OnUpdateServiceWorker(int provider_id, int64 registration_id);
|
| + void OnDeprecatedUnregisterServiceWorker(int thread_id,
|
| + int request_id,
|
| + int provider_id,
|
| + const GURL& pattern);
|
| void OnUnregisterServiceWorker(int thread_id,
|
| int request_id,
|
| int provider_id,
|
| - const GURL& pattern);
|
| + int64 registration_id);
|
| void OnGetRegistration(int thread_id,
|
| int request_id,
|
| int provider_id,
|
|
|