Index: public/web/WebServiceWorkerContextClient.h |
diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h |
index 9a0fd7538029cec773f7b2c8ef74ea5aec212616..dc4ebdea890638796d16d7b738442cb66f32fd21 100644 |
--- a/public/web/WebServiceWorkerContextClient.h |
+++ b/public/web/WebServiceWorkerContextClient.h |
@@ -78,6 +78,9 @@ public: |
virtual void dispatchDevToolsMessage(const WebString&) { } |
virtual void saveDevToolsAgentState(const WebString&) { } |
+ // ServiceWorker specific method. |
+ virtual void didHandleActivateEvent(int eventID, blink::WebServiceWorkerEventResult result) { } |
+ |
// ServiceWorker specific method. Called after InstallEvent (dispatched |
// via WebServiceWorkerContextProxy) is handled by the ServiceWorker's |
// script context. |