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

Unified Diff: base/metrics/sample_map.h

Issue 1485763002: Merge multiple histogram snapshots into single one for reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: added merge test Created 5 years, 1 month 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/sample_map.h
diff --git a/base/metrics/sample_map.h b/base/metrics/sample_map.h
index d060fece19f272871ceabe25a0a8d4e78c47fc8e..d886ffe7b970bcc319e3ae8b7fce759918abba5e 100644
--- a/base/metrics/sample_map.h
+++ b/base/metrics/sample_map.h
@@ -28,6 +28,7 @@ class BASE_EXPORT SampleMap : public HistogramSamples {
HistogramBase::Count count) override;
HistogramBase::Count GetCount(HistogramBase::Sample value) const override;
HistogramBase::Count TotalCount() const override;
+ void Negate() override;
scoped_ptr<SampleCountIterator> Iterator() const override;
protected:

Powered by Google App Engine
This is Rietveld 408576698