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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 1173263004: [tracing] Send unique tracing process id for cross-process memory dumps identification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using constant instead of hash Created 5 years, 6 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: components/tracing/child_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index 494d25dfd5e1341fb132d78a620bb67e82dad895..66571c4ec5877c1c0073e1ab98b65c3bee12d12f 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -41,7 +41,8 @@ class ChildTraceMessageFilter : public IPC::MessageFilter {
private:
// Message handlers.
void OnBeginTracing(const std::string& trace_config_str,
- base::TraceTicks browser_time);
+ base::TraceTicks browser_time,
+ int tracing_process_id);
void OnEndTracing();
void OnEnableMonitoring(const std::string& trace_config_str,
base::TraceTicks browser_time);

Powered by Google App Engine
This is Rietveld 408576698