| 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_;
|
|
|