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 c92ee11e027fbba3cbd6540e6f5227439f62870a..86c003f1d4ef35a52724de9a57e614feb182e008 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -39,10 +39,12 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
// IPC Message handlers |
void OnRegisterServiceWorker(int32 thread_id, |
int32 request_id, |
+ int provider_id, |
const GURL& pattern, |
const GURL& script_url); |
void OnUnregisterServiceWorker(int32 thread_id, |
int32 request_id, |
+ int provider_id, |
const GURL& pattern); |
void OnProviderCreated(int provider_id); |
void OnProviderDestroyed(int provider_id); |