Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
index b44a8aa4144505d989a183ef3b0782f8f6d0aad1..747effe2299465ee4cd13b3d7998f1f68fc0ca56 100644 |
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
@@ -153,6 +153,12 @@ public: |
// Ownership of the passed callbacks is transferred to the callee, callee |
// should delete the callbacks after calling either onSuccess or onError. |
+ // WebServiceWorkerClientInfo and WebServiceWorkerError ownerships are |
+ // passed to the WebServiceWorkerClientCallbacks implementation. |
+ virtual void getClient(const WebString&, WebServiceWorkerClientCallbacks* callbacks) { BLINK_ASSERT_NOT_REACHED(); } |
+ |
+ // Ownership of the passed callbacks is transferred to the callee, callee |
+ // should delete the callbacks after calling either onSuccess or onError. |
// WebServiceWorkerClientsInfo and WebServiceWorkerError ownerships are |
// passed to the WebServiceWorkerClientsCallbacks implementation. |
virtual void getClients(const WebServiceWorkerClientQueryOptions&, WebServiceWorkerClientsCallbacks* callbacks) { BLINK_ASSERT_NOT_REACHED(); } |