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

Unified Diff: content/common/view_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/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
===================================================================
--- content/common/view_messages.h (revision 155239)
+++ content/common/view_messages.h (working copy)
@@ -2347,12 +2347,3 @@
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