Index: content/child/service_worker/service_worker_dispatcher.h |
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h |
index 5c6cabe573209ca19149d42d47dfb5c1e9af6902..83619d3dd7f2a0747bf103b6263f3610c8cb38e5 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -163,6 +163,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcher : public WorkerThread::Observer { |
const ServiceWorkerRegistrationObjectInfo& info, |
const ServiceWorkerVersionAttributes& attrs); |
+ void OnAssociateRegistration(int thread_id, |
+ int provider_id, |
+ const ServiceWorkerRegistrationObjectInfo& info, |
+ const ServiceWorkerVersionAttributes& attrs); |
+ |
static ServiceWorkerDispatcher* GetOrCreateThreadSpecificInstance( |
ThreadSafeSender* thread_safe_sender, |
base::SingleThreadTaskRunner* main_thread_task_runner); |
@@ -210,10 +215,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcher : public WorkerThread::Observer { |
// WorkerThread::Observer implementation. |
void WillStopCurrentWorkerThread() override; |
- void OnAssociateRegistration(int thread_id, |
- int provider_id, |
- const ServiceWorkerRegistrationObjectInfo& info, |
- const ServiceWorkerVersionAttributes& attrs); |
void OnDisassociateRegistration(int thread_id, |
int provider_id); |
void OnRegistered(int thread_id, |