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

Unified Diff: content/child/blink_platform_impl.h

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Response to reviews Created 4 years 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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index d0261c9ee7da7c44fc91fcfb29f0b993b86def8d..f560dc34636aaac022418f33978eb0917ae2b6ec 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -81,6 +81,9 @@ class CONTENT_EXPORT BlinkPlatformImpl
size_t actualMemoryUsageMB() override;
size_t numberOfProcessors() override;
+ void bindServiceConnector(
+ service_manager::mojom::blink::ConnectorRequest request) override;
+
size_t maxDecodedImageBytes() override;
uint32_t getUniqueIdForProcess() override;
blink::WebString userAgent() override;

Powered by Google App Engine
This is Rietveld 408576698