Index: public/platform/WebServiceWorkerProvider.h |
diff --git a/public/platform/WebServiceWorkerProvider.h b/public/platform/WebServiceWorkerProvider.h |
index 3734599f1dfc725c956da259dd71e489e73a1952..8ddeeacbb3b788390eba4a5172ea85b57f8a1e6e 100644 |
--- a/public/platform/WebServiceWorkerProvider.h |
+++ b/public/platform/WebServiceWorkerProvider.h |
@@ -58,7 +58,8 @@ public: |
virtual void registerServiceWorker(const WebURL& pattern, const WebURL& scriptUrl, WebServiceWorkerRegistrationCallbacks*) { } |
- // Unregisters the ServiceWorker for a given scope. |
+ // FIXME: Remove this after WebServiceWorkerRegistration.unregister() is |
+ // implemented (http://crbug.com/452910). |
virtual void unregisterServiceWorker(const WebURL& pattern, WebServiceWorkerUnregistrationCallbacks*) { } |
virtual void getRegistration(const WebURL& documentURL, WebServiceWorkerGetRegistrationCallbacks*) { } |