Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / common / shell_messages.h
index 62fc8f9..46e43ae 100644 (file)
@@ -84,7 +84,8 @@ IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_ReadFileToString,
 IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
                     std::string /* message */)
 IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
-IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ShowDevTools)
+IPC_MESSAGE_ROUTED1(ShellViewHostMsg_ShowDevTools,
+                    std::string /* settings */)
 IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseDevTools)
 IPC_MESSAGE_ROUTED1(ShellViewHostMsg_GoToOffset,
                     int /* offset */)
@@ -105,8 +106,7 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows)
 
 IPC_STRUCT_TRAITS_BEGIN(content::LeakDetectionResult)
 IPC_STRUCT_TRAITS_MEMBER(leaked)
-IPC_STRUCT_TRAITS_MEMBER(number_of_live_documents)
-IPC_STRUCT_TRAITS_MEMBER(number_of_live_nodes)
+IPC_STRUCT_TRAITS_MEMBER(detail)
 IPC_STRUCT_TRAITS_END()
 
 IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LeakDetectionDone,