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

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

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: rebase to tot Created 3 years, 8 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/tracing/arc_tracing_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/arc_tracing_agent.h
diff --git a/content/browser/tracing/arc_tracing_agent.h b/content/browser/tracing/arc_tracing_agent.h
index 43cff41ef4079933291dbcf455d3cc1a0e7c3619..297a74ca8064fc2b89efd61cd1e9dd44870d98f1 100644
--- a/content/browser/tracing/arc_tracing_agent.h
+++ b/content/browser/tracing/arc_tracing_agent.h
@@ -6,6 +6,7 @@
#define CONTENT_BROWSER_TRACING_ARC_TRACING_AGENT_H_
#include "base/callback_forward.h"
+#include "base/files/scoped_file.h"
#include "base/macros.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/tracing_agent.h"
@@ -33,6 +34,7 @@ class CONTENT_EXPORT ArcTracingAgent : public base::trace_event::TracingAgent {
// Starts tracing in ARC container.
virtual void StartTracing(
const base::trace_event::TraceConfig& trace_config,
+ base::ScopedFD write_fd,
const StartTracingCallback& callback) = 0;
// Stops tracing in ARC container.
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/tracing/arc_tracing_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698