Index: content/browser/devtools/protocol/service_worker_handler.h |
diff --git a/content/browser/devtools/protocol/service_worker_handler.h b/content/browser/devtools/protocol/service_worker_handler.h |
index 629fff09d3a928904693f5d483b9396283c1ba8d..8bc27a1ad65b208aae5573b966427e3336736129 100644 |
--- a/content/browser/devtools/protocol/service_worker_handler.h |
+++ b/content/browser/devtools/protocol/service_worker_handler.h |
@@ -59,6 +59,7 @@ class ServiceWorkerHandler : public DevToolsAgentHostClient, |
Response DeliverPushMessage(const std::string& origin, |
const std::string& registration_id, |
const std::string& data); |
+ Response FocusClient(const std::string& client_id); |
// WorkerDevToolsManager::Observer implementation. |
void WorkerCreated(ServiceWorkerDevToolsAgentHost* host) override; |