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