Chromium Code Reviews

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h

Issue 2658603003: ServiceWorker: Enable UseCounter for ServiceWorkerGlobalScope (Closed)
Patch Set: int32_t -> uint32_t Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine