Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 5952773a85a95e23310c605ce889280845fc3f9e..ca2273899aa238a33c1ecbdd2b3026e5c2fe7b8a 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -75,9 +75,6 @@ class CONTENT_EXPORT BlinkPlatformImpl |
size_t actualMemoryUsageMB() override; |
size_t numberOfProcessors() override; |
- void bindServiceConnector( |
- mojo::ScopedMessagePipeHandle remote_handle) override; |
- |
size_t maxDecodedImageBytes() override; |
uint32_t getUniqueIdForProcess() override; |
blink::WebString userAgent() override; |