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

Unified Diff: services/tracing/trace_data_sink.h

Issue 1065093003: Generate trace header/footer in tracing consumer instead of service (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | services/tracing/trace_data_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/trace_data_sink.h
diff --git a/services/tracing/trace_data_sink.h b/services/tracing/trace_data_sink.h
index c5d3f14d3b3969b597375e0f9982b30c0ce62ebe..4a81a925e2e89ee68855ffc635a3e697d184c843 100644
--- a/services/tracing/trace_data_sink.h
+++ b/services/tracing/trace_data_sink.h
@@ -18,7 +18,6 @@ class TraceDataSink {
~TraceDataSink();
void AddChunk(const std::string& json);
- void Flush();
private:
mojo::ScopedDataPipeProducerHandle pipe_;
« no previous file with comments | « no previous file | services/tracing/trace_data_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698