Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: content/common/child_process_messages.h

Issue 1468993003: [Eraser] Remove chrome://tcmalloc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address primiano comment, remove declaration from gpu_child_thread Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */,
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698