Index: content/browser/service_worker/service_worker_context_wrapper.h |
diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h |
index ea9b7b3704b54b4d5fac89640fc5b7dad374f723..551c484469f7abbed90c3574e4cbb2aca7fd000a 100644 |
--- a/content/browser/service_worker/service_worker_context_wrapper.h |
+++ b/content/browser/service_worker/service_worker_context_wrapper.h |
@@ -127,6 +127,9 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper |
void StartServiceWorkerForNavigationHint( |
const GURL& document_url, |
const StartServiceWorkerForNavigationHintCallback& callback) override; |
+ void StartActiveWorkerForPattern(const GURL& pattern, |
+ StartActiveWorkerCallback info_callback, |
+ base::OnceClosure failure_callback) override; |
// These methods must only be called from the IO thread. |
ServiceWorkerRegistration* GetLiveRegistration(int64_t registration_id); |