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

Unified Diff: content/common/worker_messages.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/common/worker_messages.h
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h
index e49ce80e525f1fe5fedcadb7d1d58df943155094..8edd0fa75e1b34096112bede48c7d5eb00be7009 100644
--- a/content/common/worker_messages.h
+++ b/content/common/worker_messages.h
@@ -89,6 +89,10 @@ IPC_MESSAGE_ROUTED0(WorkerMsg_WorkerObjectDestroyed)
// WorkerHost messages
// These are messages sent from the worker (renderer process) to the worker
// host (browser process).
+IPC_MESSAGE_CONTROL2(WorkerHostMsg_CountFeature,
+ int /* worker_route_id */,
+ uint32_t /* feature */)
+
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextClosed,
int /* worker_route_id */)

Powered by Google App Engine
This is Rietveld 408576698