summaryrefslogtreecommitdiffstats
path: root/content/common/child_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/child_thread.h')
-rw-r--r--content/common/child_thread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index a63e87c..2be2b57 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -100,8 +100,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
#endif
virtual void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
- virtual void OnGetChildProfilerData(int sequence_number,
- const std::string& process_type);
+ virtual void OnGetChildProfilerData(int sequence_number);
virtual void OnDumpHandles();