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..dd602c1d0d95b287c3df622db3ed6c76356271de 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -113,6 +113,14 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor, |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows) |
+IPC_MESSAGE_CONTROL3(ShellViewHostMsg_EchoPing, |
+ int /* routing_id */, |
+ 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) |