Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 1716e228a8e1ea1cd44b603b779b2bcc7cf616a9..484e80b845d10f24abb66b57dc84d202f04276f2 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; |