| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 13acc3bbcbbf9f88e5122fb4b513f20390a5e696..c7f420825b9b1877b0be353b63604558306d88bb 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -121,11 +121,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.
|
| @@ -201,12 +196,6 @@ IPC_MESSAGE_CONTROL3(ChildProcessHostMsg_AllocatedSharedBitmap,
|
| IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_DeletedSharedBitmap,
|
| cc::SharedBitmapId)
|
|
|
| -#if defined(USE_TCMALLOC)
|
| -// Reply to ChildProcessMsg_GetTcmallocStats.
|
| -IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_TcmallocStats,
|
| - std::string /* output */)
|
| -#endif
|
| -
|
| // Asks the browser to create a gpu memory buffer.
|
| IPC_SYNC_MESSAGE_CONTROL5_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer,
|
| gfx::GpuMemoryBufferId /* new_id */,
|
|
|