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

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

Issue 1211883003: Revert of [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: 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: 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 2ccff8e2c8a85f069de9c9f14ddeddb1aa910e14..3bc7cccbaecc99523b7c0e94342cbde57a629c3a 100644
--- a/content/browser/tracing/trace_message_filter.h
+++ b/content/browser/tracing/trace_message_filter.h
@@ -19,7 +19,7 @@
// See also: child_trace_message_filter.h
class TraceMessageFilter : public BrowserMessageFilter {
public:
- explicit TraceMessageFilter(int child_process_id);
+ TraceMessageFilter();
// BrowserMessageFilter implementation.
void OnChannelClosing() override;
@@ -61,9 +61,6 @@
// ChildTraceMessageFilter exists:
bool has_child_;
- // Hash of id of the child process.
- int tracing_process_id_;
-
// Awaiting ack for previously sent SendEndTracing
bool is_awaiting_end_ack_;
// Awaiting ack for previously sent SendCaptureMonitoringSnapshot
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/tracing/trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698