Add a flag to dump IPC messages sent from the renderer to the browser.
commite97877bc4f3132e644c4ce88554daafcfb5a284d
authormbarbella <mbarbella@chromium.org>
Fri, 6 Mar 2015 21:51:14 +0000 (6 13:51 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Mar 2015 21:51:50 +0000 (6 21:51 +0000)
tree3752949fe1d980b8ead295f85e86997159ee846e
parent4e0d1372aefe2ffd2d2be9ffc566f97a7a9d3848
Add a flag to dump IPC messages sent from the renderer to the browser.

BUG=450268

Review URL: https://codereview.chromium.org/975903002

Cr-Commit-Position: refs/heads/master@{#319514}
12 files changed:
chrome/browser/chrome_content_browser_client.cc
chrome/chrome_common.gypi
chrome/common/chrome_switches.cc
chrome/common/chrome_switches.h
chrome/common/external_ipc_dumper.cc [new file with mode: 0644]
chrome/common/external_ipc_dumper.h [new file with mode: 0644]
chrome/renderer/chrome_content_renderer_client.cc
ipc/ipc_channel_proxy.cc
ipc/ipc_channel_proxy.h
tools/ipc_fuzzer/dump/dump.gyp [new file with mode: 0644]
tools/ipc_fuzzer/dump/message_dump.cc [new file with mode: 0644]
tools/ipc_fuzzer/ipc_fuzzer.gyp