| 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 885a348626efa382279fe6fb63afd55484c1ea4e..dfe812b0fdd50c834d8c31ca4e52f4f2270ad127 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -453,8 +453,6 @@ public:
|
| 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) { }
|
| - // Unlike enumeration histograms, sparse histograms only allocate memory for non-empty buckets.
|
| - virtual void histogramSparse(const char* name, int sample) { }
|
|
|
| // 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.
|
|
|