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 0e5dab014e06dd897d4d2c23dbe27e46124db55e..8682015dd3106d5b31636d57382097980c2424c4 100644 |
--- a/content/browser/service_worker/service_worker_context_wrapper.h |
+++ b/content/browser/service_worker/service_worker_context_wrapper.h |
@@ -124,6 +124,7 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper |
void StartServiceWorker(const GURL& pattern, const StatusCallback& callback); |
void UpdateRegistration(const GURL& pattern); |
void SimulateSkipWaiting(int64_t version_id); |
+ void FocusClient(const std::string& client_uuid); |
void AddObserver(ServiceWorkerContextObserver* observer); |
void RemoveObserver(ServiceWorkerContextObserver* observer); |