| Index: content/browser/service_worker/service_worker_job_coordinator.cc
|
| diff --git a/content/browser/service_worker/service_worker_job_coordinator.cc b/content/browser/service_worker/service_worker_job_coordinator.cc
|
| index 29adb28f18c4dda44071383a9a770cee74759737..ccf42b062c29b8b15eee28c18017e022e5501fb9 100644
|
| --- a/content/browser/service_worker/service_worker_job_coordinator.cc
|
| +++ b/content/browser/service_worker/service_worker_job_coordinator.cc
|
| @@ -65,7 +65,6 @@ void ServiceWorkerJobCoordinator::Register(
|
|
|
| void ServiceWorkerJobCoordinator::Unregister(
|
| const GURL& pattern,
|
| - int source_process_id,
|
| const ServiceWorkerUnregisterJob::UnregistrationCallback& callback) {
|
| scoped_ptr<ServiceWorkerRegisterJobBase> job(
|
| new ServiceWorkerUnregisterJob(context_, pattern));
|
|
|