| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| index 14d31c0f18420ed75207e50f11d23095342df63b..9cc309c85810acdb5c70fd9d45789df30c9e178b 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -94,8 +94,6 @@ public:
|
| WebString defaultLocale() override;
|
| WebCompositorSupport* compositorSupport() override;
|
| WebThread* currentThread() override;
|
| - void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*, const char* name) override {}
|
| - void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*) override {}
|
|
|
| protected:
|
| const Config m_config;
|
|
|