Index: third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h |
diff --git a/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h b/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h |
index 2013f8dc637db60043a1b7eb19163406a6a9db05..9be7dc058fe3e3783a050ff4e8f982fc5daf8980 100644 |
--- a/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h |
+++ b/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h |
@@ -22,6 +22,7 @@ class MOJO_SYSTEM_IMPL_EXPORT SimplePlatformSupport : public PlatformSupport { |
SimplePlatformSupport() {} |
~SimplePlatformSupport() override {} |
+ void GetCryptoRandomBytes(void* bytes, size_t num_bytes) override; |
PlatformSharedBuffer* CreateSharedBuffer(size_t num_bytes) override; |
PlatformSharedBuffer* CreateSharedBufferFromHandle( |
size_t num_bytes, |