Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: content/common/view_messages.h

Issue 10908078: Code to collect issue 97285 debugging info for crash reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698