| Index: content/browser/profiler_message_filter.h
|
| diff --git a/content/browser/profiler_message_filter.h b/content/browser/profiler_message_filter.h
|
| index 875e45d0aa6c3d8a603b4f1816d83f822b34096a..2b2d6a6896c538c656bcde34b9d953389d844845 100644
|
| --- a/content/browser/profiler_message_filter.h
|
| +++ b/content/browser/profiler_message_filter.h
|
| @@ -36,10 +36,6 @@ class ProfilerMessageFilter : public BrowserMessageFilter {
|
| int sequence_number,
|
| const tracked_objects::ProcessDataSnapshot& profiler_data);
|
|
|
| -#if defined(USE_TCMALLOC)
|
| - void OnTcmallocStats(const std::string& output);
|
| -#endif
|
| -
|
| content::ProcessType process_type_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProfilerMessageFilter);
|
|
|