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

Unified Diff: content/browser/tracing/tracing_controller_impl.h

Issue 1638443003: tracing_controller: Eliminates extra parameter of StartAgentTracingDone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | content/browser/tracing/tracing_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index 90dcc4080764d5404630c5184fb6d2e991a84a41..0eed97c9fdedee337d16d2aaaa78aad823508c63 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -167,8 +167,7 @@ class TracingControllerImpl
const base::Closure& callback);
void SetDisabledOnFileThread(const base::Closure& callback);
void OnStartAgentTracingDone(
- const base::trace_event::TraceConfig& trace_config,
- const StartTracingDoneCallback& callback);
+ const base::trace_event::TraceConfig& trace_config);
void StopTracingAfterClockSync();
void OnStopTracingDone();
void OnStartMonitoringDone(
« no previous file with comments | « no previous file | content/browser/tracing/tracing_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698