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

Unified Diff: components/metrics/metrics_log_base.h

Issue 310483009: Remove NO_LOG LogType enum value. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | components/metrics/metrics_log_base.cc » ('j') | components/metrics/metrics_log_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/metrics/metrics_log_base.cc » ('j') | components/metrics/metrics_log_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698