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

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

Issue 1072133006: Add granular file tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@do-initialize
Patch Set: actually compiles :D Created 5 years, 7 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/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index 4b732ece0d3333c8d58b527e9c1a4aa7889363a8..22895ec09a7ec7e683b4158bb8a54799ca8db156 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -11,6 +11,7 @@
#include "base/lazy_instance.h"
#include "base/trace_event/memory_dump_manager.h"
+#include "content/browser/tracing/file_tracing_provider_impl.h"
#include "content/public/browser/tracing_controller.h"
namespace base {
@@ -199,6 +200,9 @@ class TracingControllerImpl
std::set<TracingUI*> tracing_uis_;
scoped_refptr<TraceDataSink> trace_data_sink_;
scoped_refptr<TraceDataSink> monitoring_data_sink_;
+
+ FileTracingProviderImpl file_tracing_provider_;
+
DISALLOW_COPY_AND_ASSIGN(TracingControllerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698