Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1511)

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: Fix build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
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 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;
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698