| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
|
| index 28682cc029b79d255bb93b3c95a07384a9aac4d8..2b129cd81fb2993b6ea424bd222ac98d6aa411f0 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
|
| @@ -55,6 +55,8 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerProviderClient {
|
| std::unique_ptr<WebServiceWorker::Handle>,
|
| const WebString& message,
|
| const WebMessagePortChannelArray& channels) = 0;
|
| +
|
| + virtual void countFeature(uint32_t feature) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|