| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 5b8405c8a2e26a1a40b57ea64675c976d04197be..44f7c7c7b396e95ba7dd2d6b6429f05fc3f0467d 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -60,6 +60,7 @@ public:
|
| virtual ~ServiceWorkerGlobalScopeClient() { }
|
|
|
| // Called from ServiceWorkerClients.
|
| + virtual void getClient(const WebString&, WebServiceWorkerClientCallbacks*) = 0;
|
| virtual void getClients(const WebServiceWorkerClientQueryOptions&, WebServiceWorkerClientsCallbacks*) = 0;
|
| virtual void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) = 0;
|
| virtual void setCachedMetadata(const WebURL&, const char*, size_t) = 0;
|
|
|