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

Unified Diff: components/feedback/tracing_manager.h

Issue 541763002: tracing: get rid of files in TracingController interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed system trace collection Created 6 years, 3 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 | « chrome/test/base/tracing.cc ('k') | components/feedback/tracing_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/tracing_manager.h
diff --git a/components/feedback/tracing_manager.h b/components/feedback/tracing_manager.h
index 1148a1c9f899890dd073dc05ec64493763f351be..e846f379292afc5d335652f4cb1b5de8a33bedcd 100644
--- a/components/feedback/tracing_manager.h
+++ b/components/feedback/tracing_manager.h
@@ -58,7 +58,7 @@ class TracingManager {
TracingManager();
void StartTracing();
- void OnTraceDataCollected(const base::FilePath& path);
+ void OnTraceDataCollected(base::RefCountedString* data);
// ID of the trace that is being collected.
int current_trace_id_;
« no previous file with comments | « chrome/test/base/tracing.cc ('k') | components/feedback/tracing_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698