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_; |