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

Unified Diff: third_party/WebKit/Source/platform/testing/HistogramTester.h

Issue 2290733002: Add new UseCounter metric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make diff prettier Created 4 years, 3 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: third_party/WebKit/Source/platform/testing/HistogramTester.h
diff --git a/third_party/WebKit/Source/platform/testing/HistogramTester.h b/third_party/WebKit/Source/platform/testing/HistogramTester.h
index 16ccc152b9bd4f4c8991c0d2b245caf1ca04efc0..cbb2e980df65df022e414fed6bd5498d0fee1be4 100644
--- a/third_party/WebKit/Source/platform/testing/HistogramTester.h
+++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h
@@ -21,6 +21,7 @@ public:
~HistogramTester();
void expectUniqueSample(const std::string& name, base::HistogramBase::Sample, base::HistogramBase::Count) const;
+ void expectBucketCount(const std::string& name, base::HistogramBase::Sample, base::HistogramBase::Count) const;
void expectTotalCount(const std::string& name, base::HistogramBase::Count) const;
private:

Powered by Google App Engine
This is Rietveld 408576698