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

Unified Diff: content/browser/tracing/tracing_ui.cc

Issue 2052773002: Clean up public TracingController interface [1/3]: hide TraceDataEndpoint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, added CONTENT_EXPORT where missing Created 4 years, 5 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
Index: content/browser/tracing/tracing_ui.cc
diff --git a/content/browser/tracing/tracing_ui.cc b/content/browser/tracing/tracing_ui.cc
index 6619c3a1a8bfe1293f7c6b92ae1bffa22062e136..6a66ae50e5253d295de55b19d0df62c67f3efe9d 100644
--- a/content/browser/tracing/tracing_ui.cc
+++ b/content/browser/tracing/tracing_ui.cc
@@ -186,8 +186,8 @@ bool OnBeginJSONRequest(const std::string& path,
}
if (path == "json/end_recording_compressed") {
scoped_refptr<TracingControllerImpl::TraceDataSink> data_sink =
- TracingController::CreateCompressedStringSink(
- TracingController::CreateCallbackEndpoint(
+ TracingControllerImpl::CreateCompressedStringSink(
+ TracingControllerImpl::CreateCallbackEndpoint(
base::Bind(TracingCallbackWrapperBase64, callback)));
AddCustomMetadata(data_sink.get());
return TracingController::GetInstance()->StopTracing(data_sink);
« no previous file with comments | « content/browser/tracing/tracing_controller_impl_data_sinks.cc ('k') | content/public/browser/tracing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698