| 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 5611231443cedc25b8c7f195f9fb383120d62967..ae74451ce1b3947bec5e3ce894d416d56a94b54f 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;
|
|
|