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 23453d55f5e78e07ab3c0f921b30d8aac14fed8e..6fe84460df8ed5aa8dff9408d1f38643767a2262 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -110,9 +110,10 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
void OnProviderDestroyed(int provider_id); |
void OnSetHostedVersionId(int provider_id, int64 version_id); |
void OnWorkerReadyForInspection(int embedded_worker_id); |
- void OnWorkerScriptLoaded(int embedded_worker_id, |
- int thread_id, |
- int provider_id); |
+ void OnWorkerScriptLoaded(int embedded_worker_id); |
+ void OnWorkerThreadStarted(int embedded_worker_id, |
+ int thread_id, |
+ int provider_id); |
void OnWorkerScriptLoadFailed(int embedded_worker_id); |
void OnWorkerScriptEvaluated(int embedded_worker_id, bool success); |
void OnWorkerStarted(int embedded_worker_id); |