Index: content/common/render_process_messages.h |
diff --git a/content/common/render_process_messages.h b/content/common/render_process_messages.h |
index 8135b2c029b5f56ce69f80d08b58e2314bcf0134..2778a3b792147577bd232e50be0c7bba0edab136 100644 |
--- a/content/common/render_process_messages.h |
+++ b/content/common/render_process_messages.h |
@@ -55,11 +55,6 @@ IPC_MESSAGE_CONTROL3(RenderProcessHostMsg_DidGenerateCacheableMetadata, |
IPC_MESSAGE_CONTROL1(RenderProcessHostMsg_SuddenTerminationChanged, |
bool /* enabled */) |
-// Asks the browser for the renderer process memory size stats. |
-IPC_SYNC_MESSAGE_CONTROL0_2(RenderProcessHostMsg_GetProcessMemorySizes, |
- size_t /* private_bytes */, |
- size_t /* shared_bytes */) |
- |
#if defined(OS_MACOSX) |
// Request that the browser load a font into shared memory for us. |
IPC_SYNC_MESSAGE_CONTROL1_3(RenderProcessHostMsg_LoadFont, |