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

Unified Diff: services/tracing/tracing_app.cc

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 | « services/tracing/trace_data_sink.cc ('k') | sky/tools/skydb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing_app.cc
diff --git a/services/tracing/tracing_app.cc b/services/tracing/tracing_app.cc
index 8a98aab6803a2cb61ec5d3f2a7f2e19048666252..fdc85f7b93ae1ef17092de3ce8ad9fb05a6fb951 100644
--- a/services/tracing/tracing_app.cc
+++ b/services/tracing/tracing_app.cc
@@ -110,7 +110,7 @@ void TracingApp::StopAndFlush() {
void TracingApp::AllDataCollected() {
collector_impls_.clear();
- sink_->Flush();
+ sink_.reset();
}
} // namespace tracing
« no previous file with comments | « services/tracing/trace_data_sink.cc ('k') | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698