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

Unified Diff: content/browser/renderer_host/render_message_filter.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/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 0ab0135229166cf837ae0a21bd09ac3ced49c048..48c198f635dc42ca4d8e1399bb02e5978fb512a8 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -240,6 +240,10 @@ class RenderMessageFilter : public BrowserMessageFilter {
void OnUpdateIsDelayed(const IPC::Message& msg);
+ // Forward client messages to content::debug::RecordMsg/GetMessages.
+ void OnRecordMsg(int bug_id, const std::string& msg);
+ void OnGetMessages(int bug_id, std::vector<std::string>* msgs);
+
// Cached resource request dispatcher host and plugin service, guaranteed to
// be non-null if Init succeeds. We do not own the objects, they are managed
// by the BrowserProcess, which has a wider scope than we do.

Powered by Google App Engine
This is Rietveld 408576698