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

Unified Diff: chrome/browser/tracing/crash_service_uploader.h

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
Index: chrome/browser/tracing/crash_service_uploader.h
diff --git a/chrome/browser/tracing/crash_service_uploader.h b/chrome/browser/tracing/crash_service_uploader.h
index ee25bbf94c86c348462c23df75cf7913dcb0748d..6b7ffd62de6be0ef38d625af32983b4dd6f17b6a 100644
--- a/chrome/browser/tracing/crash_service_uploader.h
+++ b/chrome/browser/tracing/crash_service_uploader.h
@@ -47,12 +47,14 @@ class TraceCrashServiceUploader : public content::TraceUploader,
// content::TraceUploader
void DoUpload(const std::string& file_contents,
+ UploadMode upload_mode,
scoped_ptr<base::DictionaryValue> metadata,
const UploadProgressCallback& progress_callback,
const UploadDoneCallback& done_callback) override;
private:
void DoUploadOnFileThread(const std::string& file_contents,
+ UploadMode upload_mode,
const std::string& upload_url,
scoped_ptr<base::DictionaryValue> metadata,
const UploadProgressCallback& progress_callback,
« no previous file with comments | « chrome/browser/tracing/background_tracing_field_trial.cc ('k') | chrome/browser/tracing/crash_service_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698