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

Unified Diff: content/common/plugin_messages.h

Issue 10908130: Revert 155122 - 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
« no previous file with comments | « content/common/content_debug_logging_unittest.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_messages.h
===================================================================
--- content/common/plugin_messages.h (revision 155239)
+++ content/common/plugin_messages.h (working copy)
@@ -472,14 +472,6 @@
bool /* allow */,
int /* resource_id */)
-// Forward client content_debug_logging to the host process's implementation.
-IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_ContentDebugRecordMsg,
- int /* bug_id */,
- std::string /* msg */)
-IPC_SYNC_MESSAGE_CONTROL1_2(PluginProcessHostMsg_ContentDebugGetMessages,
- int /* bug_id */,
- bool /* handled */,
- std::vector<std::string> /* msgs */)
//-----------------------------------------------------------------------------
// NPObject messages
« no previous file with comments | « content/common/content_debug_logging_unittest.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698