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

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 build following removal of cast opterator in scoped_refptr 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 | « no previous file | components/feedback/tracing_manager.cc » ('j') | components/feedback/tracing_manager.cc » ('J')
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..0ca6a9e299f408d0181f4472d537c11265acf4dd 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(const std::string& trace_data);
// ID of the trace that is being collected.
int current_trace_id_;
« no previous file with comments | « no previous file | components/feedback/tracing_manager.cc » ('j') | components/feedback/tracing_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698