Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index da73059e8bd67827f2f40460fa9623f1258db318..014879cd7e276885f605eb4787c93692c5158a07 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -120,11 +120,6 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildHistogramData, |
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded, |
bool /* background */) |
-#if defined(USE_TCMALLOC) |
-// Sent to child process to request tcmalloc stats. |
-IPC_MESSAGE_CONTROL0(ChildProcessMsg_GetTcmallocStats) |
-#endif |
- |
#if defined(OS_MACOSX) |
// Sent to child processes to tell them what token to use when registering |
// and/or acquiring IOSurfaces. |