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 7b7efbb03e146d90bc9c62835126da45cd6ea048..bfcf0a6ff01e0f73424445a0bcf2788f55f3c847 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -118,8 +118,6 @@ public: |
WebCompositorSupport* compositorSupport() override; |
WebThread* currentThread() override; |
WebUnitTestSupport* unitTestSupport() override; |
- void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*, const char* name) override {} |
- void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*) override {} |
void connectToRemoteService(const char* name, mojo::ScopedMessagePipeHandle) override; |
protected: |