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

Unified Diff: content/browser/tracing/trace_message_filter.h

Issue 1243743002: Slow Reports - Add message filter to trigger background traces from child processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use impl directly. Created 5 years, 5 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/tracing/trace_message_filter.h
diff --git a/content/browser/tracing/trace_message_filter.h b/content/browser/tracing/trace_message_filter.h
index 9ad2cd1ee3de74a7711b3b96a44f66f2a2424b3f..7da12b0736c7107aa2478c9e2df5e33a5de4c4b0 100644
--- a/content/browser/tracing/trace_message_filter.h
+++ b/content/browser/tracing/trace_message_filter.h
@@ -57,6 +57,7 @@ class TraceMessageFilter : public BrowserMessageFilter {
void OnProcessMemoryDumpResponse(uint64 dump_guid, bool success);
void SendGlobalMemoryDumpResponse(uint64 dump_guid, bool success);
+ void OnTriggerBackgroundTrace(const std::string& histogram_name);
// ChildTraceMessageFilter exists:
bool has_child_;

Powered by Google App Engine
This is Rietveld 408576698