Index: content/child/service_worker/web_service_worker_impl.h |
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h |
index b1ede903677333a061a0fbf25c9425c6b5bf1e31..9815cb01cfa354f920907b231a0dba031afe4e78 100644 |
--- a/content/child/service_worker/web_service_worker_impl.h |
+++ b/content/child/service_worker/web_service_worker_impl.h |
@@ -52,6 +52,7 @@ class WebServiceWorkerImpl |
virtual blink::WebServiceWorkerState state() const; |
virtual void postMessage(const blink::WebString& message, |
blink::WebMessagePortChannelArray* channels); |
+ virtual void terminate(); |
private: |
// Commits the new state internally and notifies the proxy of the change. |