Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 364ef4ae07d8988a403b8834ec5be9693417af66..1efcf863dfae5217c4931fa5206c84a013448c74 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -540,7 +540,8 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
content::BrowserContext::GetQuotaManager(browser_context), |
content::GetContentClient()->browser()->CreateQuotaPermissionContext())); |
channel_->AddFilter(new content::GamepadBrowserMessageFilter(this)); |
- channel_->AddFilter(new ProfilerMessageFilter()); |
+ channel_->AddFilter(new content::ProfilerMessageFilter( |
+ content::PROCESS_TYPE_RENDERER)); |
} |
int RenderProcessHostImpl::GetNextRoutingID() { |