| Index: content/common/child_thread.h
|
| diff --git a/content/common/child_thread.h b/content/common/child_thread.h
|
| index a63e87c7e9af8541ddb4666ed51ca12a07ae073b..2be2b57c653fe2a77077abee1e02e6ca0b7c93af 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();
|
|
|
|
|