Index: content/browser/service_worker/service_worker_version.h |
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h |
index 6954a4208010e064ca83afbc39d6aa48f6eec63f..f5f2a5022244dfd368549686870b82bf5f105c8f 100644 |
--- a/content/browser/service_worker/service_worker_version.h |
+++ b/content/browser/service_worker/service_worker_version.h |
@@ -357,9 +357,11 @@ class CONTENT_EXPORT ServiceWorkerVersion |
const std::vector<int>& sent_message_port_ids); |
void OnFocusClient(int request_id, int client_id); |
void OnSkipWaiting(int request_id); |
+ void OnClaimClients(int request_id); |
void OnFocusClientFinished(int request_id, bool result); |
void DidSkipWaiting(int request_id); |
+ void DidClaimClients(int request_id, ServiceWorkerStatusCode status); |
void DidGetClientInfo(int client_id, |
scoped_refptr<GetClientDocumentsCallback> callback, |
ServiceWorkerStatusCode status, |