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

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

Issue 1002103004: NOT FOR REVIEW - Slow Reports Reference Implementation Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: JSON serialization. Created 5 years, 7 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 23cf556ae1fb3dd6250d779bcb0e183e4be102f5..f82971807970f1794eebc40d826208810aa86088 100644
--- a/chrome/browser/tracing/crash_service_uploader.h
+++ b/chrome/browser/tracing/crash_service_uploader.h
@@ -49,6 +49,8 @@ class TraceCrashServiceUploader : public content::TraceUploader,
const UploadProgressCallback& progress_callback,
const UploadDoneCallback& done_callback) override;
+ void SetUploadURL(const std::string&);
+
private:
void DoUploadOnFileThread(const std::string& file_contents,
const UploadProgressCallback& progress_callback,
@@ -75,6 +77,7 @@ class TraceCrashServiceUploader : public content::TraceUploader,
scoped_ptr<net::URLFetcher> url_fetcher_;
UploadProgressCallback progress_callback_;
UploadDoneCallback done_callback_;
+ std::string upload_url_;
net::URLRequestContextGetter* request_context_;
« no previous file with comments | « chrome/browser/performance_monitor/performance_monitor.cc ('k') | chrome/browser/tracing/crash_service_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698