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 b0de2caa164c7b3588ae387689ad86dca623eb55..befc85b2d691ad1b1582087758f52cbdfbd2b144 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -55,6 +55,9 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
int provider_id, |
ServiceWorkerRegistration* registration); |
+ ServiceWorkerRegistrationHandle* GetRegistrationHandle( |
+ int registration_handle_id); |
+ |
void RegisterServiceWorkerHandle(scoped_ptr<ServiceWorkerHandle> handle); |
void RegisterServiceWorkerRegistrationHandle( |
scoped_ptr<ServiceWorkerRegistrationHandle> handle); |