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

Unified Diff: base/metrics/histogram_snapshot_manager.cc

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: base/metrics/histogram_snapshot_manager.cc
===================================================================
--- base/metrics/histogram_snapshot_manager.cc (revision 151415)
+++ base/metrics/histogram_snapshot_manager.cc (working copy)
@@ -96,7 +96,7 @@
int problem = static_cast<int>(discrepancy);
if (problem != discrepancy)
problem = INT_MAX;
- histogram_flattener_->SnapshotProblemResolved(problem);
+ histogram_flattener_->InconsistencyDetectedInLoggedCount(problem);
// With no valid baseline, we'll act like we've recorded everything in our
// snapshot.
already_logged->Subtract(*already_logged);

Powered by Google App Engine
This is Rietveld 408576698