| 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 97b50bdc6f7066770209783a6292b0e85b005e84..cc0eeae4bc4781c8c5a5fb484f1d8e5739c5ddc9 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -70,6 +70,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| void OnAddScriptClient(int thread_id, int provider_id);
|
| void OnRemoveScriptClient(int thread_id, int provider_id);
|
| void OnSetHostedVersionId(int provider_id, int64 version_id);
|
| + void OnWorkerScriptLoaded(int embedded_worker_id);
|
| + void OnWorkerScriptLoadFailed(int embedded_worker_id);
|
| void OnWorkerStarted(int thread_id,
|
| int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
|
|