diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 15:16:34 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 15:16:34 +0000 |
commit | a70ed8b33ca2c6ac5d9238f9247fe266229bdca9 (patch) | |
tree | c3d3647768836e7c77360536032465a44092d3a4 /ipc/ipc_message_start.h | |
parent | 5c9a70add376eb58bbf682de0c4614be8a5ca8f7 (diff) | |
download | chromium_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/ipc_message_start.h')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
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. }; |