Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

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

Issue 2586863002: Worker: Enable UseCounter for SharedWorkerGlobalScope (Closed)
Patch Set: simplify Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp ('k') | third_party/WebKit/public/web/WebSharedWorkerConnectListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698