| 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 e4946a617d8ca80fc015cc138017de174b208210..31fe0ba603285b43a41ff204ee2707c2d554d228 100644
|
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| @@ -28,6 +28,9 @@ class HistogramTester {
|
| base::HistogramBase::Count) const;
|
| void ExpectTotalCount(const std::string& name,
|
| base::HistogramBase::Count) const;
|
| + void ExpectTotalCountExcept(const std::string& name,
|
| + base::HistogramBase::Sample,
|
| + base::HistogramBase::Count) const;
|
|
|
| private:
|
| std::unique_ptr<base::HistogramTester> histogram_tester_;
|
|
|