summaryrefslogtreecommitdiffstats
path: root/content/child/service_worker
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/service_worker')
-rw-r--r--content/child/service_worker/service_worker_dispatcher.cc1
-rw-r--r--content/child/service_worker/service_worker_dispatcher.h1
-rw-r--r--content/child/service_worker/service_worker_message_filter.cc1
-rw-r--r--content/child/service_worker/service_worker_message_filter.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc
index 489506d..7419a2b 100644
--- a/content/child/service_worker/service_worker_dispatcher.cc
+++ b/content/child/service_worker/service_worker_dispatcher.cc
@@ -664,7 +664,6 @@ void ServiceWorkerDispatcher::OnServiceWorkerStateChanged(
void ServiceWorkerDispatcher::OnSetVersionAttributes(
int thread_id,
- int provider_id,
int registration_handle_id,
int changed_mask,
const ServiceWorkerVersionAttributes& attrs) {
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 32fc133..cbc43bf 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -247,7 +247,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcher : public WorkerThread::Observer {
int handle_id,
blink::WebServiceWorkerState state);
void OnSetVersionAttributes(int thread_id,
- int provider_id,
int registration_handle_id,
int changed_mask,
const ServiceWorkerVersionAttributes& attributes);
diff --git a/content/child/service_worker/service_worker_message_filter.cc b/content/child/service_worker/service_worker_message_filter.cc
index 6429621..7aa24d9 100644
--- a/content/child/service_worker/service_worker_message_filter.cc
+++ b/content/child/service_worker/service_worker_message_filter.cc
@@ -90,7 +90,6 @@ void ServiceWorkerMessageFilter::OnStaleRegistered(
void ServiceWorkerMessageFilter::OnStaleSetVersionAttributes(
int thread_id,
- int provider_id,
int registration_handle_id,
int changed_mask,
const ServiceWorkerVersionAttributes& attrs) {
diff --git a/content/child/service_worker/service_worker_message_filter.h b/content/child/service_worker/service_worker_message_filter.h
index d6fdeb9..6199592 100644
--- a/content/child/service_worker/service_worker_message_filter.h
+++ b/content/child/service_worker/service_worker_message_filter.h
@@ -40,7 +40,6 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
const ServiceWorkerVersionAttributes& attrs);
void OnStaleSetVersionAttributes(
int thread_id,
- int provider_id,
int registration_handle_id,
int changed_mask,
const ServiceWorkerVersionAttributes& attrs);