| 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..a3030cf31f1051b83378f46a14a4d16c1e475426 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -81,6 +81,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| size_t actualMemoryUsageMB() override;
|
| size_t numberOfProcessors() override;
|
|
|
| + service_manager::mojom::blink::ConnectorPtr serviceConnector() override;
|
| +
|
| size_t maxDecodedImageBytes() override;
|
| uint32_t getUniqueIdForProcess() override;
|
| blink::WebString userAgent() override;
|
|
|