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 b7874dcba3fa24535f194d9e7393b827fdc7f3f0..cf875370d52cf43d53eb1c08a1c0657f1d0cea39 100644 |
--- a/content/browser/devtools/protocol/service_worker_handler.h |
+++ b/content/browser/devtools/protocol/service_worker_handler.h |
@@ -54,6 +54,7 @@ class ServiceWorkerHandler : public DevToolsAgentHostClient, |
Response Stop(const std::string& worker_id); |
Response Unregister(const std::string& scope_url); |
Response StartWorker(const std::string& scope_url); |
+ Response SkipWaiting(const std::string& scope_url); |
Response StopWorker(const std::string& version_id); |
Response UpdateRegistration(const std::string& scope_url); |
Response InspectWorker(const std::string& version_id); |