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

Unified Diff: components/metrics/net/net_metrics_log_uploader.h

Issue 318203004: Make MetricsService save compressed logs to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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: components/metrics/net/net_metrics_log_uploader.h
===================================================================
--- components/metrics/net/net_metrics_log_uploader.h (revision 276253)
+++ components/metrics/net/net_metrics_log_uploader.h (working copy)
@@ -33,7 +33,7 @@
virtual ~NetMetricsLogUploader();
// MetricsLogUploader:
- virtual bool UploadLog(const std::string& log_data,
+ virtual bool UploadLog(const std::string& compressed_log_data,
const std::string& log_hash) OVERRIDE;
private:
« no previous file with comments | « components/metrics/net/compression_utils_unittest.cc ('k') | components/metrics/net/net_metrics_log_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698