| 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 5088643c50c5ce0b7d0cbded266a91af489436ce..ba689f9c1e809acb821228646e7af7f54d7ab318 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -97,7 +97,6 @@ public:
|
| 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:
|
| const Config m_config;
|
|
|