| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 0be743f4376a0731bd451fd7d717961dd74b9467..4780381c8a283719fc6e7d013676f0ebf43da91a 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -113,6 +113,13 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor,
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows)
|
|
|
| +IPC_MESSAGE_ROUTED2(ShellViewHostMsg_EchoPing,
|
| + int /* id */,
|
| + std::string /* body */)
|
| +IPC_MESSAGE_ROUTED2(ShellViewMsg_EchoPong,
|
| + int /* id */,
|
| + std::string /* body */)
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::LeakDetectionResult)
|
| IPC_STRUCT_TRAITS_MEMBER(leaked)
|
| IPC_STRUCT_TRAITS_MEMBER(detail)
|
|
|