| 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 48a0a58c9958f1c2a39e51cb835d0c176a829c12..06234e5603ab5d9ec34ec1b336e47dcc6ec6f54f 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -34,11 +34,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| // IPC Message handlers
|
| void OnRegisterServiceWorker(int32 thread_id,
|
| int32 request_id,
|
| - const GURL& scope,
|
| + const GURL& pattern,
|
| const GURL& script_url);
|
| void OnUnregisterServiceWorker(int32 thread_id,
|
| int32 request_id,
|
| - const GURL& scope);
|
| + const GURL& pattern);
|
|
|
| base::WeakPtr<ServiceWorkerContextCore> context_;
|
| };
|
|
|