| 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..807c418ce6239b80c2c098d8d91f74f76ded7c54 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -70,6 +70,7 @@ 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 OnWorkerStarted(int thread_id,
|
| int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
|
|