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

Unified Diff: content/common/plugin_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/plugin_messages.h
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index a096021ded8bf70f396dad9e20d0f642e206e464..2e92d06465a4d874a0200f0b7319e70b8b58bfc2 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -472,6 +472,13 @@ IPC_MESSAGE_ROUTED2(PluginHostMsg_URLRedirectResponse,
bool /* allow */,
int /* resource_id */)
+// Forward client content_debug_logging to the host process's implementation.
+IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_RecordMsg,
+ int /* bug_id */,
+ std::string /* msg */)
+IPC_SYNC_MESSAGE_CONTROL1_1(PluginProcessHostMsg_GetMessages,
+ int /* bug_id */,
+ std::vector<std::string> /* msgs */)
//-----------------------------------------------------------------------------
// NPObject messages

Powered by Google App Engine
This is Rietveld 408576698