| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 36490b660604644127c93e8d5a1d9c866435476d..cc8ac3b6f1f7b36f7bf493dbc480b471831c357b 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -41,6 +41,7 @@
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
| +class WebServiceWorkerFetchStores;
|
| class WebURL;
|
| };
|
|
|
| @@ -57,6 +58,7 @@ public:
|
|
|
| virtual void getClients(blink::WebServiceWorkerClientsCallbacks*) = 0;
|
| virtual blink::WebURL scope() const = 0;
|
| + virtual blink::WebServiceWorkerFetchStores* fetchStores() const = 0;
|
|
|
| virtual void didHandleActivateEvent(int eventID, blink::WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleInstallEvent(int installEventID, blink::WebServiceWorkerEventResult) = 0;
|
|
|