| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 49ab7ba286715c91bb8b4e1cf46e7adde198fb59..ea7485a59eb48c225c481ec8c1306964f2c8fca6 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2347,3 +2347,12 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_FindMatchRects_Reply,
|
| std::vector<gfx::RectF> /* rects */,
|
| gfx::RectF /* active_rect */)
|
| #endif
|
| +
|
| +// Forward client content_debug_logging to the host process's implementation.
|
| +IPC_MESSAGE_CONTROL2(ViewHostMsg_ContentDebugRecordMsg,
|
| + int /* bug_id */,
|
| + std::string /* msg */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_ContentDebugGetMessages,
|
| + int /* bug_id */,
|
| + bool /* handled */,
|
| + std::vector<std::string> /* msgs */)
|
|
|