| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 6ac36c2e05f9f7634f465acd8eddda9cd0678769..ba261f74fcc993b58d76f27f418829e6bc9a7719 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -247,8 +247,6 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup,
|
| std::string /* group name that was assigned. */)
|
|
|
| #if defined(USE_TCMALLOC)
|
| -// Asks the renderer to send back tcmalloc stats.
|
| -IPC_MESSAGE_CONTROL0(ChromeViewMsg_GetRendererTcmalloc)
|
| // Asks the renderer to enable/disable Tcmalloc heap profiling.
|
| // Note: filename_prefix arg is effectively ignored since the render process
|
| // will be unable to write files to disk. Instead use WriteTcmallocHeapProfile
|
| @@ -511,9 +509,6 @@ IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RendererHistograms,
|
| std::vector<std::string>)
|
|
|
| #if defined USE_TCMALLOC
|
| -// Send back tcmalloc stats output.
|
| -IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_RendererTcmalloc,
|
| - std::string /* tcmalloc debug output */)
|
| // Send back tcmalloc profile to write to a file.
|
| IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_WriteTcmallocHeapProfile_ACK,
|
| FilePath::StringType /* filepath */,
|
|
|