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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 1329273002: [tracing] Send smaps file desciptor to child process for tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 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 124f5625f3ba34fa9c3cdda213278245c5208b84..321f1958ea7a433694673e41f5b61491737ad24b 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -10,7 +10,9 @@
#include "base/metrics/histogram.h"
#include "base/time/time.h"
#include "base/trace_event/memory_dump_request_args.h"
+#include "components/tracing/child_memory_dump_manager_delegate_impl.h"
#include "components/tracing/tracing_export.h"
+#include "ipc/ipc_platform_file.h"
#include "ipc/message_filter.h"
namespace base {
@@ -45,7 +47,7 @@ class TRACING_EXPORT ChildTraceMessageFilter : public IPC::MessageFilter {
// Message handlers.
void OnBeginTracing(const std::string& trace_config_str,
base::TraceTicks browser_time,
- uint64 tracing_process_id);
+ TracingMsg_MemoryTracingInfo memory_tracing_info);
void OnEndTracing();
void OnCancelTracing();
void OnEnableMonitoring(const std::string& trace_config_str,
« no previous file with comments | « components/tracing/child_memory_dump_manager_delegate_impl.cc ('k') | components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698