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

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: Rebase against r155094. 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
« no previous file with comments | « content/common/plugin_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/common/plugin_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698