| Index: content/common/child_thread.h
|
| diff --git a/content/common/child_thread.h b/content/common/child_thread.h
|
| index 2be2b57c653fe2a77077abee1e02e6ca0b7c93af..e12a3e177249e5fd1e8115cddb7b639bde2aad57 100644
|
| --- a/content/common/child_thread.h
|
| +++ b/content/common/child_thread.h
|
| @@ -115,6 +115,10 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
|
|
| +#if defined(USE_TCMALLOC)
|
| + void OnGetTcmallocStats();
|
| +#endif
|
| +
|
| std::string channel_name_;
|
| scoped_ptr<IPC::SyncChannel> channel_;
|
|
|
|
|