| 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 8f4793b22fa5b8956afa4787b546fd5e362e9410..fd54a75bd57058112db559ebc171e27c6d680370 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -442,10 +442,6 @@ public:
|
| // Get a pointer to testing support interfaces. Will not be available in production builds.
|
| virtual WebUnitTestSupport* unitTestSupport() { return nullptr; }
|
|
|
| - // Callbacks for reporting histogram data.
|
| - // Enumeration histogram buckets are linear, boundaryValue should be larger than any possible sample value.
|
| - virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { }
|
| -
|
| // Record to a RAPPOR privacy-preserving metric, see: https://www.chromium.org/developers/design-documents/rappor.
|
| // recordRappor records a sample string, while recordRapporURL records the domain and registry of a url.
|
| virtual void recordRappor(const char* metric, const WebString& sample) { }
|
|
|