| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index cf3adabf5dc9e9e12811eea5d7fca6b8b7058b24..4a2fa4d940545cdbbc2a9682b886dec86972f4cc 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -42,6 +42,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ServiceRegistry;
|
| struct WebCrossOriginServiceWorkerClient;
|
| struct WebServiceWorkerClientQueryOptions;
|
| class WebDataSource;
|
| @@ -214,6 +215,9 @@ public:
|
| // Called when the worker wants to register subscopes to handle via foreign
|
| // fetch. Will only be called while an install event is in progress.
|
| virtual void registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebSecurityOrigin>& origins) = 0;
|
| +
|
| + // Mojo
|
| + virtual ServiceRegistry* serviceRegistry() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|