Index: components/metrics/metrics_log_base.h |
=================================================================== |
--- components/metrics/metrics_log_base.h (revision 274238) |
+++ components/metrics/metrics_log_base.h (working copy) |
@@ -24,11 +24,9 @@ |
// This class provides base functionality for logging metrics data. |
class MetricsLogBase { |
public: |
- // TODO(asvitkine): Remove the NO_LOG value. |
enum LogType { |
INITIAL_STABILITY_LOG, // The initial log containing stability stats. |
ONGOING_LOG, // Subsequent logs in a session. |
- NO_LOG, // Placeholder value for when there is no log. |
}; |
// Creates a new metrics log of the specified type. |