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 fcaec8665bee6eb55049272043f0f5f9c6a5be52..a20f9cbeeff21c1e77ec7e9f93b734247efd9e36 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -118,6 +118,7 @@ public: |
WebCompositorSupport* compositorSupport() override; |
WebThread* currentThread() override; |
WebUnitTestSupport* unitTestSupport() override; |
+ void connectToRemoteService(const char* name, mojo::ScopedMessagePipeHandle) override; |
protected: |
const Config m_config; |