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

Unified Diff: chrome/browser/tracing/navigation_tracing.cc

Issue 1225923003: Make compression optional in TraceUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment for clarification. Created 5 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
« no previous file with comments | « chrome/browser/tracing/crash_service_uploader.cc ('k') | content/browser/tracing/tracing_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tracing/navigation_tracing.cc
diff --git a/chrome/browser/tracing/navigation_tracing.cc b/chrome/browser/tracing/navigation_tracing.cc
index eea4203ef324364851f08126dadfb2678dd06b05..2dc6feac80a94153c5a7a8369f6c4a0af0a3143a 100644
--- a/chrome/browser/tracing/navigation_tracing.cc
+++ b/chrome/browser/tracing/navigation_tracing.cc
@@ -39,8 +39,8 @@ void UploadCallback(const scoped_refptr<base::RefCountedString>& file_contents,
g_browser_process->system_request_context());
uploader->DoUpload(
- file_contents->data(), metadata.Pass(),
- content::TraceUploader::UploadProgressCallback(),
+ file_contents->data(), content::TraceUploader::UNCOMPRESSED_UPLOAD,
+ metadata.Pass(), content::TraceUploader::UploadProgressCallback(),
base::Bind(&OnUploadComplete, base::Owned(uploader), callback));
}
« no previous file with comments | « chrome/browser/tracing/crash_service_uploader.cc ('k') | content/browser/tracing/tracing_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698