| 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 1b555e2a0e114bee7bbae1097d25ef5ce6250f3e..8a7ae33048adc992ad6e79e3f060f5c4e371681a 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -94,7 +94,9 @@ 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);
|
| + void OnWorkerScriptLoaded(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);
|
|
|