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

Unified Diff: content/browser/shared_worker/shared_worker_message_filter.cc

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: content/browser/shared_worker/shared_worker_message_filter.cc
diff --git a/content/browser/shared_worker/shared_worker_message_filter.cc b/content/browser/shared_worker/shared_worker_message_filter.cc
index 375cf1ad154ea64b6d4448d0cfbaa8ef8016f309..9b5440f02040f9a24e0010d2f2d30b7ac1da7057 100644
--- a/content/browser/shared_worker/shared_worker_message_filter.cc
+++ b/content/browser/shared_worker/shared_worker_message_filter.cc
@@ -58,6 +58,9 @@ bool SharedWorkerMessageFilter::OnMessageReceived(const IPC::Message& message) {
SharedWorkerServiceImpl::GetInstance(),
SharedWorkerServiceImpl::DocumentDetached)
// Only sent from SharedWorker in renderer.
+ IPC_MESSAGE_FORWARD(WorkerHostMsg_CountFeature,
+ SharedWorkerServiceImpl::GetInstance(),
+ SharedWorkerServiceImpl::CountFeature)
IPC_MESSAGE_FORWARD(WorkerHostMsg_WorkerContextClosed,
SharedWorkerServiceImpl::GetInstance(),
SharedWorkerServiceImpl::WorkerContextClosed)
« no previous file with comments | « content/browser/shared_worker/shared_worker_host.cc ('k') | content/browser/shared_worker/shared_worker_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698