Chromium Code Reviews

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerClient.h

Issue 2586863002: Worker: Enable UseCounter for SharedWorkerGlobalScope (Closed)
Patch Set: ready to review Created 3 years, 11 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/web/WebSharedWorkerClient.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerClient.h b/third_party/WebKit/public/web/WebSharedWorkerClient.h
index 14bc7c395b2ba26c485c2ef05d7ab05de3b84d07..e75a34c54eb9626c5260bb96b078d8d959efb160 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerClient.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerClient.h
@@ -53,6 +53,7 @@ class WebWorkerContentSettingsClientProxy;
// or workerContextDestroyed() is called).
class WebSharedWorkerClient {
public:
+ virtual void countFeature(uint32_t) = 0;
virtual void workerContextClosed() = 0;
virtual void workerContextDestroyed() = 0;
virtual void workerReadyForInspection() {}

Powered by Google App Engine