| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index fe97b1d886b772f68dffbf1f18d1195228a3d8d1..17115794f20791590a0065c053c994358df6cf5c 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -443,8 +443,6 @@ public:
|
| virtual WebUnitTestSupport* unitTestSupport() { return nullptr; }
|
|
|
| // Callbacks for reporting histogram data.
|
| - // CustomCounts histogram has exponential bucket sizes, so that min=1, max=1000000, bucketCount=50 would do.
|
| - virtual void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount) { }
|
| // Enumeration histogram buckets are linear, boundaryValue should be larger than any possible sample value.
|
| virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { }
|
|
|
|
|