Chromium Code Reviews

Unified Diff: content/child/blink_platform_impl.h

Issue 2643063002: Refactor Blink's ServiceConnector and add ability to mock in layout tests (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/renderer/mojo/blink_connector_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/renderer/mojo/blink_connector_impl.h » ('J')

Powered by Google App Engine