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

Unified Diff: chrome/common/metrics/metrics_log_manager.h

Issue 12529024: Fix feedback log collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/common/metrics/metrics_log_manager.h
diff --git a/chrome/common/metrics/metrics_log_manager.h b/chrome/common/metrics/metrics_log_manager.h
index 291648bbf7921550797735905c8ea82e8b85fefe..ad0f4c6180609b8a22a0ca2c733331be311124c2 100644
--- a/chrome/common/metrics/metrics_log_manager.h
+++ b/chrome/common/metrics/metrics_log_manager.h
@@ -175,9 +175,6 @@ class MetricsLogManager {
// Compresses current_log_ into compressed_log.
void CompressCurrentLog(SerializedLog* compressed_log);
- // Compresses the text in |input| using bzip2, store the result in |output|.
- static bool Bzip2Compress(const std::string& input, std::string* output);
-
// The log that we are still appending to.
scoped_ptr<MetricsLogBase> current_log_;
LogType current_log_type_;

Powered by Google App Engine
This is Rietveld 408576698