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

Unified Diff: base/metrics/sparse_histogram.h

Issue 11342060: Histogram type support in HistogramBase and remove SetRangeDescription function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove "using" from metrics.cc Created 8 years, 2 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 | « base/metrics/histogram_base.cc ('k') | base/metrics/sparse_histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/sparse_histogram.h
diff --git a/base/metrics/sparse_histogram.h b/base/metrics/sparse_histogram.h
index cd127ee0eb7a0cef0a7654333cc412500305aa7a..a7c569587a9a049c70019d23ec973de5435a434e 100644
--- a/base/metrics/sparse_histogram.h
+++ b/base/metrics/sparse_histogram.h
@@ -28,6 +28,7 @@ class BASE_EXPORT_PRIVATE SparseHistogram : public HistogramBase {
virtual ~SparseHistogram();
// HistogramBase implementation:
+ virtual HistogramType GetHistogramType() const OVERRIDE;
virtual bool HasConstructionArguments(Sample minimum,
Sample maximum,
size_t bucket_count) const OVERRIDE;
« no previous file with comments | « base/metrics/histogram_base.cc ('k') | base/metrics/sparse_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698