Chromium Code Reviews| 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..117a7caf4f370ed87cdf94fa2fa42bf9f605b1f8 100644 |
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.h |
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h |
| @@ -22,6 +22,7 @@ public: |
| void expectUniqueSample(const std::string& name, base::HistogramBase::Sample, base::HistogramBase::Count) const; |
| void expectTotalCount(const std::string& name, base::HistogramBase::Count) const; |
| + base::HistogramBase::Count histogramCount(const std::string& name, base::HistogramBase::Sample) const; |
|
Ilya Sherman
2016/07/12 21:26:18
I'd prefer to keep this class analogous to base::H
|
| private: |
| std::unique_ptr<base::HistogramTester> m_histogramTester; |