| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 47787d5dec99c70d9c5deefc1889f03de9e1984e..5b505b0b373d5ebeb7fd3974f10240dbb39eabd5 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -109,11 +109,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebWaitableEvent::InitialState state) override;
|
| blink::WebWaitableEvent* waitMultipleEvents(
|
| const blink::WebVector<blink::WebWaitableEvent*>& events) override;
|
| - void histogramCustomCounts(const char* name,
|
| - int sample,
|
| - int min,
|
| - int max,
|
| - int bucket_count) override;
|
| void histogramEnumeration(const char* name,
|
| int sample,
|
| int boundary_value) override;
|
|
|