| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 7d1cb401618b34d3d34bad8be278cc70b15b23fe..7d975915b8a28a6ae47e86c8cac37feb41e685c4 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/metrics/sparse_histogram.h"
|
| #include "base/rand_util.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_number_conversions.h"
|
| @@ -608,12 +607,6 @@ void BlinkPlatformImpl::histogramEnumeration(
|
| counter->Add(sample);
|
| }
|
|
|
| -void BlinkPlatformImpl::histogramSparse(const char* name, int sample) {
|
| - // For sparse histograms, we can use the macro, as it does not incorporate a
|
| - // static.
|
| - UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample);
|
| -}
|
| -
|
| void BlinkPlatformImpl::registerMemoryDumpProvider(
|
| blink::WebMemoryDumpProvider* wmdp, const char* name) {
|
| WebMemoryDumpProviderAdapter* wmdp_adapter =
|
|
|