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

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

Issue 10857067: Add comments to HistogramFlatterner interface and rename a function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_service_base.h
===================================================================
--- chrome/common/metrics/metrics_service_base.h (revision 151415)
+++ chrome/common/metrics/metrics_service_base.h (working copy)
@@ -21,7 +21,7 @@
const base::Histogram::SampleSet& snapshot) OVERRIDE;
virtual void InconsistencyDetected(int problem) OVERRIDE;
virtual void UniqueInconsistencyDetected(int problem) OVERRIDE;
- virtual void SnapshotProblemResolved(int amount) OVERRIDE;
+ virtual void InconsistencyDetectedInLoggedCount(int amount) OVERRIDE;
protected:
MetricsServiceBase();

Powered by Google App Engine
This is Rietveld 408576698