summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 15:16:34 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 15:16:34 +0000
commita70ed8b33ca2c6ac5d9238f9247fe266229bdca9 (patch)
treec3d3647768836e7c77360536032465a44092d3a4 /ipc
parent5c9a70add376eb58bbf682de0c4614be8a5ca8f7 (diff)
downloadchromium_src-a70ed8b33ca2c6ac5d9238f9247fe266229bdca9.zip
chromium_src-a70ed8b33ca2c6ac5d9238f9247fe266229bdca9.tar.gz
chromium_src-a70ed8b33ca2c6ac5d9238f9247fe266229bdca9.tar.bz2
Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process.
This function will be used in conjunction with --enable-memory-benchmarking switch in order to obtain TCMalloc's heap dumps. BUG=239836 Review URL: https://chromiumcodereview.appspot.com/15082004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index d8d8b35b..3b7362e 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -81,6 +81,7 @@ enum IPCMessageStart {
ValidationMessageMsgStart,
WebRtcLoggingMsgStart,
TtsMsgStart,
+ MemoryBenchmarkMsgStart,
LastIPCMsgStart // Must come last.
};