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

Unified Diff: sky/engine/platform/TestingPlatformSupport.cpp

Issue 691483005: Remove Platform::cryptographicallyRandomValues (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/platform/TestingPlatformSupport.h ('k') | sky/engine/platform/fonts/FontCacheTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/TestingPlatformSupport.cpp
diff --git a/sky/engine/platform/TestingPlatformSupport.cpp b/sky/engine/platform/TestingPlatformSupport.cpp
index 3000c38c1b10b70019aa449d8d31a6cce10e3d13..0dccd61383acc6e055924384286125d89e828e56 100644
--- a/sky/engine/platform/TestingPlatformSupport.cpp
+++ b/sky/engine/platform/TestingPlatformSupport.cpp
@@ -80,10 +80,6 @@ blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableM
return !m_config.hasDiscardableMemorySupport ? 0 : new TestingDiscardableMemory(bytes);
}
-void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
-{
-}
-
const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName)
{
static const unsigned char tracingIsDisabled = 0;
« no previous file with comments | « sky/engine/platform/TestingPlatformSupport.h ('k') | sky/engine/platform/fonts/FontCacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698