| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index f050151ddfcbd6d90a00ab62efac0711e6d8ed51..680e89505633e4c4c1b04c2849cc5b478db17d1e 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -59,6 +59,8 @@ public:
|
| // Called from ServiceWorkerClients.
|
| virtual void getClients(WebServiceWorkerClientsCallbacks*) = 0;
|
| virtual void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) = 0;
|
| + virtual void setCachedMetadata(const WebURL&, const char*, size_t) = 0;
|
| + virtual void clearCachedMetadata(const WebURL&) = 0;
|
|
|
| virtual WebURL scope() const = 0;
|
| virtual WebServiceWorkerCacheStorage* cacheStorage() const = 0;
|
|
|