| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 5b505b0b373d5ebeb7fd3974f10240dbb39eabd5..c256f339c1b767e71d22c7f2c3290c6d55e18cdf 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -109,9 +109,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebWaitableEvent::InitialState state) override;
|
| blink::WebWaitableEvent* waitMultipleEvents(
|
| const blink::WebVector<blink::WebWaitableEvent*>& events) override;
|
| - void histogramEnumeration(const char* name,
|
| - int sample,
|
| - int boundary_value) override;
|
| void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp,
|
| const char* name) override;
|
| void unregisterMemoryDumpProvider(
|
|
|