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

Unified Diff: base/test/statistics_delta_reader.h

Issue 309843002: Improve UMA tests; improve no-op reconcilor; new reconcilor test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary boolean parameter Created 6 years, 6 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/test/statistics_delta_reader.h
diff --git a/base/test/statistics_delta_reader.h b/base/test/statistics_delta_reader.h
index 4921d61d076a8ca68a40bf625574d69f41e12f7c..26d87c5b0ad3163ef940ff5ed646c5ebeb9ea3b6 100644
--- a/base/test/statistics_delta_reader.h
+++ b/base/test/statistics_delta_reader.h
@@ -17,6 +17,10 @@ class HistogramSamples;
// This class acts as a differential reader for histogram samples, enabling
// tests to check that metrics were recorded as they should be.
+//
+// This class is DEPRECATED.
+// TODO(mlerman): Remove all references to this class with UMAHistogramHelper
+// references. crbug.com/384011
Ilya Sherman 2014/06/13 19:58:11 This class is actually used from //net, which cann
Mike Lerman 2014/06/16 14:59:13 I may, although there is code in UMAHistogramHelpe
class StatisticsDeltaReader {
public:
StatisticsDeltaReader();

Powered by Google App Engine
This is Rietveld 408576698