Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index da6347275b37750c59e0016212bb1158171af463..2f1f9cec1f61f9baea188df3f25444ec23bc6e6a 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -49,6 +49,7 @@ public: |
static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&); |
~ServiceWorkerGlobalScopeClientImpl() override; |
+ void getClient(const WebString&, WebServiceWorkerClientCallbacks*) override; |
void getClients(const WebServiceWorkerClientQueryOptions&, WebServiceWorkerClientsCallbacks*) override; |
void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) override; |
void setCachedMetadata(const WebURL&, const char*, size_t) override; |