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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index 952b42843fb1dec2f8c2eec33820f7ec345200c4..ca351d1695464cabb7ac4d85d8ae27cfa8fd25e9 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -61,6 +61,9 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
int sent_message_port_id);
void DocumentDetached(SharedWorkerMessageFilter* filter,
unsigned long long document_id);
+ void CountFeature(SharedWorkerMessageFilter* filter,
+ int worker_route_id,
+ uint32_t feature);
void WorkerContextClosed(SharedWorkerMessageFilter* filter,
int worker_route_id);
void WorkerContextDestroyed(SharedWorkerMessageFilter* filter,

Powered by Google App Engine
This is Rietveld 408576698