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

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: Fixing DCHECK while setting id. 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 a075edb346913166abf38946bdd9397a1e9a10e2..5917512794208b16646f36d02bf3d0d1bc80911b 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 OnCancelTracing();
void OnEnableMonitoring(const std::string& trace_config_str,

Powered by Google App Engine
This is Rietveld 408576698