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 be008018ec5212a1e9c888bbbc101f728a9ce766..4c42c6f9bf01cf06e32d63068dc200e56a7b174a 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -46,6 +46,9 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
const GURL& pattern); |
void OnProviderCreated(int provider_id); |
void OnProviderDestroyed(int provider_id); |
+ void OnWorkerStarted(int thread_id, |
+ int embedded_worker_id); |
+ void OnWorkerStopped(int embedded_worker_id); |
// Callbacks from ServiceWorkerContextCore |
void RegistrationComplete(int32 thread_id, |