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

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

Issue 1181213002: Slow Reports - Embed Metadata in Traces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed. Created 5 years, 6 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 8328330f4457d36cab08c42983437b4f6b1ed11e..ebcad3d772cf453864cac85ced3d9fa57e62f289 100644
--- a/content/browser/tracing/tracing_ui.cc
+++ b/content/browser/tracing/tracing_ui.cc
@@ -327,7 +327,8 @@ void TracingUI::DoUpload(const base::ListValue* args) {
trace_uploader_ = delegate_->GetTraceUploader(
web_ui()->GetWebContents()->GetBrowserContext()->GetRequestContext());
DCHECK(trace_uploader_);
- trace_uploader_->DoUpload(file_contents, progress_callback, done_callback);
+ trace_uploader_->DoUpload(file_contents, nullptr, progress_callback,
+ done_callback);
// TODO(mmandlis): Add support for stopping the upload in progress.
}
« no previous file with comments | « content/browser/tracing/tracing_controller_impl_data_sinks.cc ('k') | content/public/browser/background_tracing_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698