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

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: 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 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.
« 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