Index: content/browser/service_worker/service_worker_context_core.h |
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h |
index 29120b0a3bf3616560bc91622ea4f0be2e4583d6..29733c6d6ffba26e3050b4eacfcda82594e2ece3 100644 |
--- a/content/browser/service_worker/service_worker_context_core.h |
+++ b/content/browser/service_worker/service_worker_context_core.h |
@@ -195,11 +195,9 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
ServiceWorkerProviderHost* GetProviderHostByClientID( |
const std::string& client_uuid); |
- // A child process of |source_process_id| may be used to run the created |
- // worker for initial installation. |
// Non-null |provider_host| must be given if this is called from a document. |
- void RegisterServiceWorker(const GURL& pattern, |
- const GURL& script_url, |
+ void RegisterServiceWorker(const GURL& script_url, |
+ const ServiceWorkerRegistrationOptions& options, |
ServiceWorkerProviderHost* provider_host, |
const RegistrationCallback& callback); |
void UnregisterServiceWorker(const GURL& pattern, |