| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5336c4b7eb88cdde9be8c71c58109375806d1a1a..f67c23bd94d3579632e443c86a2094d9572d0673 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2301,3 +2301,11 @@ IPC_MESSAGE_ROUTED1(ViewMsg_OrientationChangeEvent,
|
| // the names of any frames.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_FrameTreeUpdated,
|
| std::string /* json encoded frame tree */)
|
| +
|
| +// Forward client content_debug_logging to the host process's implementation.
|
| +IPC_MESSAGE_CONTROL2(ViewHostMsg_RecordMsg,
|
| + int /* bug_id */,
|
| + std::string /* msg */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_GetMessages,
|
| + int /* bug_id */,
|
| + std::vector<std::string> /* msgs */)
|
|
|