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 564a0ec49480c91cded186a008fe75f458fd4325..f9cace41ce7bea263845f52475def8766b5b0cf5 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -97,10 +97,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
const std::vector<int>& sent_message_port_ids); |
void OnServiceWorkerObjectDestroyed(int handle_id); |
- ServiceWorkerHandle* FindHandle(int thread_id, int64 version_id); |
+ ServiceWorkerHandle* FindHandle(int provider_id, int64 version_id); |
// Callbacks from ServiceWorkerContextCore |
void RegistrationComplete(int thread_id, |
+ int provider_id, |
int request_id, |
ServiceWorkerStatusCode status, |
int64 registration_id, |